This is repo for 100 days of code in python
Python from scratch to ML
Start date : 23-Mar-2021
I didn't follow any particular course, sheduled and working through the flow
Day | Topics | platform | Link to the content |
---|---|---|---|
1 | Learning Python Basic syntax | GeeksforGeeks | first time registration link |
2 | Learning Python Basic syntax | GeeksforGeeks | Link to content |
3 | String, List concepts | GeeksforGeeks | Link to content |
4 | Classes and Functions | GeeksforGeeks | link to content |
5 | List and Tuples | GeeksforGeeks | link to content |
6 | Dictionary | GeeksforGeeks | lint to content |
7 | Problem Solving | HackerRank | problem solving page |
8 | Problem Solving | HackerRank | Problem solving page |
9 | Problem Solving | HackerRank | problem solving page |
10 | Problem Solving | HackerRank | problem solving page |
11 | Arrays | GeeksforGeeks | Content page |
HackerRank | Problem solving | ||
12 | Linked List | GeeksforGeeks | content page |
HackerRank | problem solving | ||
13 | Singly/Doubly linked list | GeeksforGeeks | content page |
HackerRank | problem solving | ||
14 | Circular linked list | hackerrank | problem solving |
15 | Intro to Stack | GeeksforGeeks | Content page |
HackerRank | problem solving | ||
16 | Stack | HackerRank | problem solving |
17 | Stack | HackerRank | problem solving |
18 | Binary Tree | GeeksforGeeks | Theory |
HackerRank | problem solving | ||
19 | Binary Tree | leetcode | problem solving |
20 | Revise what we have done for 19 days | ||
21 | Binary search tree | problem solving | |
22 | Heap | HackerRank | problem solving |
GeeksforGeeks | Theory | ||
leetcode | Problem solving | ||
23 | Hashing | GeeksforGeeks | Theory |
leetcode | Problem solving | ||
24 | Hashing | leetcode | Problem solving |
25 | Graphs | GeeksforGeeks | Theory |
26 | Graphs | leetcode | problems |
27 | Bit Manipulation | hackerrank | theory |
GeeksforGeeks | theory | ||
leetcode | problems | ||
28 | Regex | problems |