Git Product home page Git Product logo

ds-algos's Introduction

Learn Data Structures and Algorithms

cpp-version cpp-version

This repository was created for me to better understand and reinforce computer science fundamentals in data structures and algorithms. This project has two main goals. First, is to go over all of the core and important data structures and algorithms used in computer science. The second goal is to have at least 15 practice exercises per category in data structures and in algorithms. I hope you find this repository useful and informative as well.

Folder Structure Conventions

.
├── ds-algos                    # Main project folder
│   ├── algorithms              # Stores all exercises and learning material associated with algorithms.
│   │   ├── ...                 # This would be a folder for any concept or algorithm topic.
│   │   │   ├── exercises       # Would store all exercises associated with the current algorithm topic.
│   │   │   │   ├── ...         # Code solutions (source code) files
│   │   │   │   └── README.md   # A readme with a list of problem exercises and a sort of table of contents of all exercises.
│   │   │   ├── ...             # Code implementation for the current algorithm topic.
│   │   │   └── README.md       # A readme with explanations and theory for the current algorithm topic. 
│   │   └── ...             
│   ├── data-structures          # Stores all exercises and learning material associated with data structures.     
│   │    ├── ...                 # This would be a folder for any data structure topic.
│   │    │   ├── exercises       # Would store all exercises associated with the current data structure topic.       
│   │    │   │   ├── ...         # Code solutions (source code) files
│   │    │   │   └── README.md   # A readme with a list of problem exercises and a sort of table of contents of all exercises.
│   │    │   ├── ...             # Code implementation for the current data structure topic.
│   │    │   └── README.md       # A readme with explanations and theory for the current data structure topic.
│   │    └── ...
│   └── concepts                 # Store all core concepts you need to understand
│        └── README.md           # A readme file with a list of core concepts 
├── LICENCE                      # This projects licence file    
└── README.md                    # This File

Each topic (any folder within either data-structures or concepts-algorithms) has a readme file in that folders root, this readme would be an overview/explanation for the current topic. In addition, each topic has a sub-folder called exercises and inside that there is an additional readme file to be a sort of table of contents of all exercises associated with that topic.

Where To Start and Go About Learning

When using this resource it is best to start with going over some core concepts in the concepts folder. After you have reviewed some important computer science concepts it is recommended for you to continue with data structures as most algorithms implement many of the core computer science data structures. Whether you are exploring data structures or algorithms it is best to check out how the specific topic is implemented first before moving in to their exercises.

Contents

Concepts

Data Structures

Algorithms

Sorting

Searching

Other useful algorithms to know

License

This Project is under the BSD 3-Clause licence.

It is 100% free for personal and commercial use.

ds-algos's People

Contributors

elwincabrera avatar

Watchers

James Cloos avatar  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.