Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shvbsle/algorithms
- Owner: shvbsle
- Created: 2017-12-30T12:13:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:36:18.000Z (3 months ago)
- Last Synced: 2024-08-16T22:03:49.574Z (3 months ago)
- Topics: algorithm, algorithms, cpp, data-structures, euler, euler-project, euler-solutions, object-oriented-programming, python3
- Language: Python
- Homepage:
- Size: 403 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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 codeout.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.