-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
41 lines (30 loc) · 1.52 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.