Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shvbsle/algorithms

My algo practice in C++ and Python
https://github.com/shvbsle/algorithms

algorithm algorithms cpp data-structures euler euler-project euler-solutions object-oriented-programming python3

Last synced: 6 days ago
JSON representation

My algo practice in C++ and Python

Awesome Lists containing this project

README

        

Here are all my coding problems and the solution for them in python and C++
---------------------------------------------------------------------------

ip.txt is the universal input redirection file that I will be using to redirect
input to the code

out.txt is the universal output for the codes
---------------------------------------------------------------------------
All the codes that I will write must start with a commented problem statement.
Every code must have the name of the problem and the code extension.
---------------------------------------------------------------------------

Instruction for Github repository upload and commits:
git add .
git commit -m "comment"
git push -u origin master
--------------------------------------------------------------------------

Remeber to make flashcards after you have made written any code!
--------------------------------------------------------------------------

Types of Algorithm problems that I have explored:
- Greedy
- Dynamic
- Divide and Conquer
- Backtracking
- Branch and bound

----------------------------------------------------------------------------

the folder named DataStructures contains all the C++ implementations of basic data structures.
Look out for important notes and flashcard points in that folder

---------------------------------------------------------------------------

The folder OOP contains some important OOP programming concepts that I have practiced
--------------------------------------------------------------------------

Pending:

None for now.