Technical

Complexity Analysis and Introduction to Algorithms

Contents: · Coplexity Analysis o Introduction o Analysis of algorithms o Orders of growth o Big O notation · Introduction to Algorithms o Sorting Algorithms § Bubble sort · Introduction · Implementation · Complexity analysis § Insertion sort · Introduction · Implementation · Complexity analysis o Searching Algorithms § Linear sort · Introduction · Implementation… Continue reading Complexity Analysis and Introduction to Algorithms

Technical

Introduction to CPlusPlus Programming

C++ and C : C++ evolved from C, which evolved from two previous programming languages, BCPL and B. BCPL was developed in 1967 by Martin Richards as a language for writing operating-systems software and compilers for operating systems. The C language was evolved from B by Dennis Ritchie at Bell Laboratories. C uses many important… Continue reading Introduction to CPlusPlus Programming