Skip to content

A curated list of questions with solutions for Competitive Programming, DSA and also for Interview Preparation in C++ language

License

Notifications You must be signed in to change notification settings

thisisnitish/cp-dsa

Repository files navigation

CP-DSA

Issues License

  • A list of questions for preparing data structures and also for interview prep.

  • This repo specifically focuses on grasping the concept of data structures and algorithms so that it becomes easy and programming becomes fun.

Topics Covered

  • Arrays
  • BackTracking
  • Binary Search
  • Binary Search Trees
  • Binary Trees
  • Bit Manipulation
  • Dynamic Programming
  • Graph
  • Greedy
  • Hash Map
  • Heap
  • Linked List
  • Maths
  • Matrix
  • Recursion
  • Searching and Sorting
  • Sliding Window
  • Stack and Queues
  • String
  • Trie
  • Two Pointers

Resources to Follow

Sliding Window

Binary Search

Recursion

Stack

Dynamic Programming

Graph

Heap

Trie

Contributing

Everyone is welcome to contribute. We gladly accept patches, pull requests, bug reports or any other improvements. Read below to see how you can get started.

How to use this repo

Just Fork the repo and clone it and start coding.

Let's connect on Twitter: @thisisnitish30

Happy Coding