Code Monkey home page Code Monkey logo

dstructs's Introduction

codecov

DStructs

DStructs

A C++ library enriching the knowledge and awaking the interest on data structures and algorithms. Data structures and algorithms are important and the basics, at most, should be known.

Implementation Philosophy

The focus of each implementation steps start as follow: first, we study the concept of the data structure or algorithm, second we design and document a clear and simple API, third we implement, and forth we analyze and refactor the implementation. There most be a robust unit-test suite for each data structure or algorithm that prove the reliability of the above.

Current Implementations

  • AVL Tree (progress)
  • Binary Search Tree
    • Binary Tree Node
  • Dynamic Array
  • Deque
  • Insertion Sort
  • Linked List
    • Singly Linked List
    • Doubly Linked List (progress)
  • Queue
  • Stack

Will Implement

  • Hash Table
  • Hash Function
  • Red Black Tree
  • B-Tree
  • Skip List
  • Merge Sort
  • Selection Sort
  • Quick Sort
  • Shell Sort
  • Ring Buffer
  • Heap Sort
  • Heap
  • Graph
  • Breadth-first Search
  • Depth-first Search

Contributions

Everyone is welcome to contribute! Pick any of the "Will Implement" items displayed above, move it to the "Current Implementation" and make a pull request. We also suggest to follow the same naming convention of the current implementations, for example the Linked List, and also read the "Implementation Philosophy" displayed above.

dstructs's People

Contributors

danielsantossonos avatar imdanielsp 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.