Algorithm and data structure
Ctrlk
  • Algorithm and data structure
  • Break Away: Programming And Coding Interviews & Cracking coding interview
    • System design and scalability
    • Performance and Complexity
    • Big O Notation
    • Sorting trade-off
    • Selection sort
    • Bubble sort
    • Insertion sort
    • Shell sort
    • Merge sort
    • Quick sort
    • Binary search
    • Recursion
    • Binary tree
    • Breadth First Traversal
    • Depth First Pre-Order
    • Binary search tree
    • Stack
    • Queue
    • Linked list
    • Doubly linked list
    • String
    • Pointer and array
    • Bit manipulation
    • General programming problems
    • Priority queue
    • Balanced binary search tree
    • Binary heap
    • Heap sort
    • Graphs
    • Topological sort
  • Leetcode
  • Notes of algorithms
  • C++
Powered by GitBook
On this page

Break Away: Programming And Coding Interviews & Cracking coding interview

The notes of the Udemy course: Break Away: programming and coding interviews

System design and scalabilityPerformance and ComplexityBig O NotationSorting trade-offSelection sortBubble sortInsertion sortShell sortMerge sortQuick sortBinary searchRecursionBinary treeBreadth First TraversalDepth First Pre-OrderBinary search treeStackQueueLinked listDoubly linked listStringPointer and arrayBit manipulationGeneral programming problemsPriority queueBalanced binary search treeBinary heapHeap sortGraphsTopological sort
PreviousAlgorithm and data structureNextSystem design and scalability

Last updated 7 years ago