rahul13289 / DSA-MAANG-Companies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structure and Algorithms with C++ & Python

image

A data strucutre is a systematic way of organizing and acessing data. An algorithm is a step-by-step procedure for perfomring some task in a finite amount of time. These concepts are central to computing but to be able to classify some data structures and algorithms as 'good', we must have precise ways of analyzing them.

Contents:

  1. Recursion
  2. Array-based sequence
  3. stacks
  4. Queues
  5. Linked list
  6. Trees
  7. Priority queues
  8. Maps,Hash tables and Sets
  9. Search trees
  10. Sorting algorithm
  11. Graph algorithm
  12. Text processing
  13. Memory management and B-Trees

About


Languages

Language:C++ 69.0%Language:Python 31.0%