EvilCoders / Data-Structures-and-Algorithms

This repo consist of collections of all the data structures in several programming languages, with all their operations and Helper Function
2 stars 0 forks source link
algorithm data-structures

Data-Structures-and-Algorithms

The Collection of Algorithms and Data-Structures.

Overview:

This repo is a collection of algorithms for competitive programming, data structure, sorting and related areas. It contains many advanced algorithms like greedy, graph traversal algorithms, including Djikstra's algorithm and Floyd Warshal algorithm, and data structures like queues, stacks, and binary search trees including their Operations and Helper Functions. Contributions are highly appreciated.

Use these following repos to study or review your knowledge and don't forget to star and colaborate!

Many coders ask me how to improve their own performances. I cannot say anything except "solve and review and prepare your library - Uwi Tenpen

Contents:

Each type has several hundreds of problems with solutions in several languages such as C, C++, Python, JavaScript, Java and others.

How to contribute:

Please comment your code thoroughly as to make it possible for anyone understand. If possible, check your code using unit tests. Avoid at all cost bad implementation, make your code as clean as possible. After that, find the folder that fits the category of your code and submit a PR.

Please have a look at these :