GithubHelp home page GithubHelp logo

03-data-structures's Introduction

Data Structures

This is the collection of all the codes I practiced for stregthening my data structures. In my opinion, this is more than sufficient for most of the coding interview questions which are related to DS. Find a PDF that contains entire content of this repo with diagrams and explanations wherever required.

Following is the overview of the topics covered in this repo:

Module 1: Arrays

Two major sections covered in this module are array rotations and sorting.

Module 2: Linked Lists

The first section gives an extensive coverage of topics of Singly Linked List. And then the section of Other Linked Lists covers the overview of Circular and Doubly Linked Lists.

Module 3: Stacks

One section on Stacks is there covering it's bare-bones implementation, design questions and applications of stacks.

Module 4: Queues

Similar to Stacks, one section on Queues covers it's bare-bones implementation, design questions and applications of queues.

Module 5: Trees

This module spans across many sections. First section of Introduction to Binary Trees introduces the basic concepts and definitions of Trees. Then BT Traversal and BT Construction Problems provide a sufficient practice of working with trees. A very important concept is then introduced in the section of Least Common Ancestor followed by some Miscellaneous Problems.

We then introduce two important variants of Binary Trees - Binary Search Trees (BSTs) and Heaps.

A small introduction of AVL Trees is also provided at the end.

Module 6: Graphs

Finally, the most important and the biggest module of Data structures - Graphs! Topics covered under this module are - Graph Traversals and Basic Terminology, Cycles in Graph, Minimum Spanning Trees, Shortes Path Algorithms, Concept of Connectivity, Topological Sorting and Flow in Graphs.

After you feel comfortable with Data-Structures, you should definitely go for 'ALGORITHMS' and try 'COMPETITIVE PROGRAMMING' as well.

03-data-structures's People

Contributors

i-am-sagar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.