Blog

All
Algorithms
Self-Improvement
JavaScript
English
Turkish
chain

Apr 11th, 2020

"Zinciri Kırma!" Yöntemi ile Tembelliğimi Nasıl Yendim

Yapmayı inanılmaz bir şekilde istediğiniz ama bir türlü yapamadığınız şeyler var mı? Kitap okumak, spor yapmak, yan projeler geliştirmek, evi temizlemek ve bunun gibi şeyler. İstediğiniz ama bir türlü gerçekleştiremediğiniz için içinizi kemirdiğiniz zamanlar...

Big-O-Notation-Table

Mar 31st, 2019

Big O Notation With Code Examples

Big O notation (with a capital letter O, not a zero) is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm.