Harini-Pavithra / Data-Structures

A repository for DS concepts and notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures

Data Structures are necessary for designing efficient algorithms. It provides reusability and abstraction . Using appropriate data structure, can help programmers save a good amount of time while performing operations such as storage, retrieval or processing of data. This Repository consist of all the notes for important data structure concepts.

  1. Data Structures
  2. Memory
  3. Complexity Analysis

Referred Links

  1. Complexity Analysis- https://www.youtube.com/watch?v=mV3wrLBbuuE&t=2660s
  2. Cracking the coding interview book
  3. Amortized time- https://www.youtube.com/watch?v=MTl8djZFWE0
  4. Complexity Analysis Problems

About

A repository for DS concepts and notes