
Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…
Read articleTime archive · 5 notes

Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…
Read article
Big-O notation is one of the most important tools we use to measure the performance and time complexity of an algorithm we designed. In other words, it is the language and metric we use…
Read article
Bir önceki makalemde algoritmalarda karmaşıklık analizinin ne olduğunu ve en iyi ve en kötü senaryoların hangi durumlarda ortaya çıktığından bahsetmiştim. Bu makalede ise algoritmaların Big-O (Büyük-O) analizini nasıl ya
Read article
While solving any problem in daily life, we resort to different ways. In the same way, it is possible to produce more than one solution to a certain problem in computer science. Of course,…
Read article
Önceki makalelerimden birinde algoritmalara kısa bir giriş yapmıştım. Bu makalede ise algoritmaların karmaşıklık analizi nedir sorusuna birlikte yanıt arayacağız. Algoritmaların karmaşıklık analizi , bir algoritmanın çal
Read article