greykoalacode / DSA-cpp

DSA notes and snippets (C++) from Prateek Narang Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA Course - Prateek Narang

  • Arrays

    • Input, Output & Update - 01Array.cpp
    • Print Array & (call by reference example) - 02Array.cpp
    • Linear Search - 03Array.cpp
    • Binary Search - 04Array.cpp
    • Reverse the Array - 05Array.cpp
    • Print All Pairs Sum - 06Array.cpp
    • Print All Subarrays, Get the Largest Subarray sum (Brute Force, Prefix Sum, Kadane's Algo) - 07Array.cpp
    • Vector Demo - 08Array.cpp
  • Basic Sorting Algorithms

    • Bubble Sort
      • Code for Bubble Sort - BubbleSort01.cpp

About

DSA notes and snippets (C++) from Prateek Narang Course


Languages

Language:C++ 100.0%