VallariAg / DSA

Data Structures and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning about Data Structures and Algorithms in C++

DSA resources:

Data Structures

Resources

Schedule/Plan

For each data structure, learn:

  • What is it?
  • Serching
  • Sorting
  • Basic/Typical questions
  1. Linked List
  2. Stacks n Queues
  3. Trees
  4. Tries
  5. Heaps
  6. Hash Tables
  7. Graphs

Algorithm

Resources

Schedule/Plan

  1. Searching
  2. Sorting
  3. Recursion
  4. Dynamic Programming
  5. Greedy Algorithm and Invariants

About

Data Structures and Algorithms


Languages

Language:C++ 62.5%Language:Python 37.5%