diff --git a/.gitignore b/.gitignore index cbaa338..75b1d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ **/.DS_Store -.idea \ No newline at end of file +.idea +venv/ +**/__pycache__ diff --git a/Akash Articles/md/Bellman-Ford.md b/articles/Akash Articles/md/Bellman-Ford.md similarity index 100% rename from Akash Articles/md/Bellman-Ford.md rename to articles/Akash Articles/md/Bellman-Ford.md diff --git a/Akash Articles/md/DSU.md b/articles/Akash Articles/md/DSU.md similarity index 100% rename from Akash Articles/md/DSU.md rename to articles/Akash Articles/md/DSU.md diff --git a/Akash Articles/md/Dijkstra.md b/articles/Akash Articles/md/Dijkstra.md similarity index 100% rename from Akash Articles/md/Dijkstra.md rename to articles/Akash Articles/md/Dijkstra.md diff --git a/Akash Articles/md/Floyd-Warshall.md b/articles/Akash Articles/md/Floyd-Warshall.md similarity index 100% rename from Akash Articles/md/Floyd-Warshall.md rename to articles/Akash Articles/md/Floyd-Warshall.md diff --git a/Akash Articles/md/Kruskal's Algorithm.md b/articles/Akash Articles/md/Kruskal's Algorithm.md similarity index 100% rename from Akash Articles/md/Kruskal's Algorithm.md rename to articles/Akash Articles/md/Kruskal's Algorithm.md diff --git a/Akash Articles/md/Prim's Algorithm.md b/articles/Akash Articles/md/Prim's Algorithm.md similarity index 100% rename from Akash Articles/md/Prim's Algorithm.md rename to articles/Akash Articles/md/Prim's Algorithm.md diff --git a/Akash Articles/md/Regex.md b/articles/Akash Articles/md/Regex.md similarity index 100% rename from Akash Articles/md/Regex.md rename to articles/Akash Articles/md/Regex.md diff --git a/Akash Articles/md/Shortest_path_dp.md b/articles/Akash Articles/md/Shortest_path_dp.md similarity index 100% rename from Akash Articles/md/Shortest_path_dp.md rename to articles/Akash Articles/md/Shortest_path_dp.md diff --git a/Akash Articles/md/Topological-Sort.md b/articles/Akash Articles/md/Topological-Sort.md similarity index 100% rename from Akash Articles/md/Topological-Sort.md rename to articles/Akash Articles/md/Topological-Sort.md diff --git a/Akash Articles/rendered/RegEx/Alternation.html b/articles/Akash Articles/rendered/RegEx/Alternation.html similarity index 100% rename from Akash Articles/rendered/RegEx/Alternation.html rename to articles/Akash Articles/rendered/RegEx/Alternation.html diff --git a/Akash Articles/rendered/RegEx/Appendix_BonusProblem.html b/articles/Akash Articles/rendered/RegEx/Appendix_BonusProblem.html similarity index 100% rename from Akash Articles/rendered/RegEx/Appendix_BonusProblem.html rename to articles/Akash Articles/rendered/RegEx/Appendix_BonusProblem.html diff --git a/Akash Articles/rendered/RegEx/Backreferencing.html b/articles/Akash Articles/rendered/RegEx/Backreferencing.html similarity index 100% rename from Akash Articles/rendered/RegEx/Backreferencing.html rename to articles/Akash Articles/rendered/RegEx/Backreferencing.html diff --git a/Akash Articles/rendered/RegEx/Groups_capturing.html b/articles/Akash Articles/rendered/RegEx/Groups_capturing.html similarity index 100% rename from Akash Articles/rendered/RegEx/Groups_capturing.html rename to articles/Akash Articles/rendered/RegEx/Groups_capturing.html diff --git a/Akash Articles/rendered/RegEx/Practial_applications.html b/articles/Akash Articles/rendered/RegEx/Practial_applications.html similarity index 100% rename from Akash Articles/rendered/RegEx/Practial_applications.html rename to articles/Akash Articles/rendered/RegEx/Practial_applications.html diff --git a/Akash Articles/rendered/RegEx/Quantifier.html b/articles/Akash Articles/rendered/RegEx/Quantifier.html similarity index 100% rename from Akash Articles/rendered/RegEx/Quantifier.html rename to articles/Akash Articles/rendered/RegEx/Quantifier.html diff --git a/Akash Articles/rendered/RegEx/boundary_matchers.html b/articles/Akash Articles/rendered/RegEx/boundary_matchers.html similarity index 100% rename from Akash Articles/rendered/RegEx/boundary_matchers.html rename to articles/Akash Articles/rendered/RegEx/boundary_matchers.html diff --git a/Akash Articles/rendered/RegEx/character_classes.html b/articles/Akash Articles/rendered/RegEx/character_classes.html similarity index 100% rename from Akash Articles/rendered/RegEx/character_classes.html rename to articles/Akash Articles/rendered/RegEx/character_classes.html diff --git a/Akash Articles/rendered/RegEx/lazy_matching.html b/articles/Akash Articles/rendered/RegEx/lazy_matching.html similarity index 100% rename from Akash Articles/rendered/RegEx/lazy_matching.html rename to articles/Akash Articles/rendered/RegEx/lazy_matching.html diff --git a/Akash Articles/rendered/RegEx/named_groups.html b/articles/Akash Articles/rendered/RegEx/named_groups.html similarity index 100% rename from Akash Articles/rendered/RegEx/named_groups.html rename to articles/Akash Articles/rendered/RegEx/named_groups.html diff --git a/Amazon and Microsoft Interview/1.md b/imperfect_notes/Amazon and Microsoft Interview/1.md similarity index 100% rename from Amazon and Microsoft Interview/1.md rename to imperfect_notes/Amazon and Microsoft Interview/1.md diff --git a/Google and Facebook Interviews/1.md b/imperfect_notes/Google and Facebook Interviews/1.md similarity index 100% rename from Google and Facebook Interviews/1.md rename to imperfect_notes/Google and Facebook Interviews/1.md diff --git a/Miscelleneous Problems/Miscelleneous Problems 12.md b/imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 12.md similarity index 100% rename from Miscelleneous Problems/Miscelleneous Problems 12.md rename to imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 12.md diff --git a/Miscelleneous Problems/Miscelleneous Problems 13.md b/imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 13.md similarity index 100% rename from Miscelleneous Problems/Miscelleneous Problems 13.md rename to imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 13.md diff --git a/Miscelleneous Problems/Miscelleneous Problems 14.md b/imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 14.md similarity index 100% rename from Miscelleneous Problems/Miscelleneous Problems 14.md rename to imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 14.md diff --git a/Miscelleneous Problems/Miscelleneous Problems 15.md b/imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 15.md similarity index 100% rename from Miscelleneous Problems/Miscelleneous Problems 15.md rename to imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 15.md diff --git a/Miscelleneous Problems/Miscelleneous Problems 20.md b/imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 20.md similarity index 100% rename from Miscelleneous Problems/Miscelleneous Problems 20.md rename to imperfect_notes/Miscelleneous Problems/Miscelleneous Problems 20.md diff --git a/Recursion and Backtracking/1.md b/imperfect_notes/Recursion and Backtracking/1.md similarity index 100% rename from Recursion and Backtracking/1.md rename to imperfect_notes/Recursion and Backtracking/1.md diff --git a/Recursion and Backtracking/2.md b/imperfect_notes/Recursion and Backtracking/2.md similarity index 100% rename from Recursion and Backtracking/2.md rename to imperfect_notes/Recursion and Backtracking/2.md diff --git a/Recursion and Backtracking/3.md b/imperfect_notes/Recursion and Backtracking/3.md similarity index 100% rename from Recursion and Backtracking/3.md rename to imperfect_notes/Recursion and Backtracking/3.md diff --git a/Sorting/1.md b/imperfect_notes/Sorting/1.md similarity index 100% rename from Sorting/1.md rename to imperfect_notes/Sorting/1.md diff --git a/Sorting/2.md b/imperfect_notes/Sorting/2.md similarity index 100% rename from Sorting/2.md rename to imperfect_notes/Sorting/2.md diff --git a/Sorting/3.md b/imperfect_notes/Sorting/3.md similarity index 100% rename from Sorting/3.md rename to imperfect_notes/Sorting/3.md