kiruba-r11 / Data-Structures-and-Algorithms

This repository contains important questions and its solutions (code) of Data Structures and Algorithms. The questions are sorted into different folders based on their topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structures-and-Algorithms

This repository contains important questions and its solutions (code) of Data Structures and Algorithms. The questions are sorted into different folders based on their topics.

Topics Covered

Data Structures covered in this repository:

  1. Arrays
  2. Strings
  3. LinkedList
  4. Stacks
  5. General Binary Tree
  6. Binary Search Tree
  7. HashTable
  8. Heap
  9. Graph
  10. Trie (Basics)
  11. Segment Trees (Basics)

Algorithms covered in this repository:

  1. Mathematical (Basics)
  2. Two pointer
  3. Sliding Window
  4. Bit Magic
  5. Searching
  6. Sorting
  7. Greedy
  8. Recursion
  9. Backtracking
  10. Dynamic Programming

Pull Requests

I am open to PRs and would really appreciate you to contribute to this repository to make sure it covers all types of questions and concepts.

Note: This repository is in working process

About

This repository contains important questions and its solutions (code) of Data Structures and Algorithms. The questions are sorted into different folders based on their topics.


Languages

Language:C++ 100.0%