Skip to content

shvbsle/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 16, 2024
2eb9d5e · Aug 16, 2024
Jan 15, 2018
Aug 16, 2024
Aug 15, 2024
Jan 14, 2018
Mar 21, 2022
Jan 1, 2018
Dec 12, 2019
Nov 16, 2020
Feb 5, 2019
Dec 31, 2017
Dec 31, 2017
Jan 15, 2019
Jan 17, 2019
Jan 4, 2018
Jan 4, 2018
Apr 21, 2018
Jan 16, 2019
Apr 21, 2018
Feb 14, 2019
Jan 18, 2019
Apr 21, 2018
Mar 17, 2018
Apr 21, 2018
Jan 15, 2018
Feb 11, 2019
Jan 11, 2018
Jan 15, 2018
Apr 21, 2018
Apr 3, 2018
Feb 13, 2019
Apr 21, 2018
Apr 21, 2018
Feb 13, 2019
Jan 1, 2018
Feb 15, 2019
May 18, 2019
Feb 13, 2019
Feb 6, 2019
May 11, 2019
Feb 7, 2019
Feb 13, 2019
Jan 11, 2018
Jan 30, 2019
Jan 17, 2019
Jan 1, 2018
Jan 31, 2019
Feb 19, 2019
Feb 6, 2019
Jan 31, 2019
Feb 14, 2019
Feb 4, 2019
Feb 5, 2019
May 11, 2019
Jan 4, 2018
Jan 4, 2018
May 8, 2019
Apr 21, 2018
Feb 8, 2019
May 26, 2019
May 6, 2019
May 6, 2019
Mar 21, 2022
Jan 18, 2019
Feb 12, 2019
Feb 20, 2019
Dec 3, 2018
Jan 28, 2019
Jan 21, 2019
Jan 22, 2019
Feb 1, 2019
Jan 22, 2019
Jan 17, 2019
Jan 29, 2019
Feb 2, 2018
Feb 2, 2018
Mar 20, 2019
Jan 28, 2019
Feb 14, 2019

Repository files navigation

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.