├── Cpp └── Parentheses_Checker.cpp ├── LeetcodeProblems ├── 1912. Design Movie Rental System └── Word Ladder LeetCode #127 ├── PatternChalange(PYTHON) ├── day1.py ├── day10.py ├── day11.py ├── day12.py ├── day13.py ├── day14.py ├── day15.py ├── day16.py ├── day17.py ├── day18.py ├── day19.py ├── day2.py ├── day20_1.py ├── day20_2.py ├── day3.py ├── day4.py ├── day5.py ├── day6.py ├── day7.py ├── day8.py └── day9.py ├── SSK.html ├── Web_Automation.py ├── billing_system.py ├── contributors ├── contributorsList1.js └── contributorslist.js ├── css └── contributors.css ├── index.html ├── plasma.c ├── scripts └── main.js ├── todo.py ├── top_k_frequent elements.cpp └── twosum.c++ /Cpp/Parentheses_Checker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/Cpp/Parentheses_Checker.cpp -------------------------------------------------------------------------------- /LeetcodeProblems/1912. Design Movie Rental System: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/LeetcodeProblems/1912. Design Movie Rental System -------------------------------------------------------------------------------- /LeetcodeProblems/Word Ladder LeetCode #127: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/LeetcodeProblems/Word Ladder LeetCode #127 -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day1.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day10.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day11.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day12.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day13.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day14.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day15.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day16.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day17.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day18.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day19.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day2.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day20_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day20_1.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day20_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day20_2.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day3.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day4.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day5.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day6.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day7.py: -------------------------------------------------------------------------------- 1 | n=5 2 | for i in range(n): 3 | print(" "*(n-i-1)," *"*i) -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day8.py -------------------------------------------------------------------------------- /PatternChalange(PYTHON)/day9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/PatternChalange(PYTHON)/day9.py -------------------------------------------------------------------------------- /SSK.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/SSK.html -------------------------------------------------------------------------------- /Web_Automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/Web_Automation.py -------------------------------------------------------------------------------- /billing_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/billing_system.py -------------------------------------------------------------------------------- /contributors/contributorsList1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/contributors/contributorsList1.js -------------------------------------------------------------------------------- /contributors/contributorslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/contributors/contributorslist.js -------------------------------------------------------------------------------- /css/contributors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/css/contributors.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/index.html -------------------------------------------------------------------------------- /plasma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/plasma.c -------------------------------------------------------------------------------- /scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/scripts/main.js -------------------------------------------------------------------------------- /todo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/todo.py -------------------------------------------------------------------------------- /top_k_frequent elements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/top_k_frequent elements.cpp -------------------------------------------------------------------------------- /twosum.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineanmol/Hacktoberfest2025/HEAD/twosum.c++ --------------------------------------------------------------------------------