Blog

Thoughts, stories and ideas about software development

chain

"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...

Self ImprovementTürkçe
Big-O-Notation-Table

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.

AlgorithmsEnglish