Code Monkey home page Code Monkey logo

raunit-x / data-structures-from-scratch Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 284 KB

These are some of the codes I have written in C++. I have done the implementation of many data structures - Trees(Binary + BST + Generic), Hashmaps(problems + implementation), Tries, Graphs, some popular algorithms(Dijkstra's, Prim's..), PriorityQueues(implementation + problems), some codes relating to OOPS as well.

C++ 100.00%
graphs tries trees binary-trees binary-search-tree priority-queues hashmaps graph-algorithms inheritance vector

data-structures-from-scratch's Introduction

Data-Structures-Cpp

These are some of the codes I have written in C++. I have done the implementation of many data structures -

  1. Trees (Binary + BST + Generic)
  2. Hashmaps (problems + implementation)
  3. Tries
  4. Graphs
  5. Some popular algorithms in graphs (Dijkstra's, Prim's..)
  6. PriorityQueues (implementation + problems)
  7. OOPS
  8. Cartesian Tree
  9. Linked Lists (implementation + utility functions + problems)
  10. Dequeue (Class)
  11. Sparse Matrix using: i) Arrays ii) Linked Lists iii) List of Lists iv) Maps(Dictionary)
  12. K Stacks in a single array (space efficient method)
  13. AVL Trees (Self Balancing BSTs), RB Trees, Treaps
  14. Implementation of doubly linked lists (Circular)
  15. Skip Lists (randomized data structures)

data-structures-from-scratch's People

Contributors

raunit-x avatar

Stargazers

 avatar

Watchers

 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.