├── C# └── README.md ├── C++ └── README.md ├── C ├── Linked_List.c └── README.md ├── CONTRIBUTING.md ├── Designs └── README.md ├── Documentation ├── Algorithms-for-Interview-preparation.md ├── OS CheatSheet-Notes.md └── README.md ├── Games └── README.md ├── Java └── README.md ├── Javascripts └── README.md ├── Machine Learning Projects └── README.md ├── PHP └── README.md ├── Python ├── README.md └── Sudoku Solver.py ├── R └── README.md ├── README.md ├── Rust └── README.md ├── Text-comparator ├── index.html ├── script.js └── style.css ├── Web-projects ├── README.md └── Text-comparator │ ├── index.html │ ├── script.js │ └── style.css └── images └── hactoberfest2022.jpg /C#/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/C#/README.md -------------------------------------------------------------------------------- /C++/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/C++/README.md -------------------------------------------------------------------------------- /C/Linked_List.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/C/Linked_List.c -------------------------------------------------------------------------------- /C/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/C/README.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Designs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Designs/README.md -------------------------------------------------------------------------------- /Documentation/Algorithms-for-Interview-preparation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Documentation/Algorithms-for-Interview-preparation.md -------------------------------------------------------------------------------- /Documentation/OS CheatSheet-Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Documentation/OS CheatSheet-Notes.md -------------------------------------------------------------------------------- /Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Documentation/README.md -------------------------------------------------------------------------------- /Games/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Java/README.md -------------------------------------------------------------------------------- /Javascripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Javascripts/README.md -------------------------------------------------------------------------------- /Machine Learning Projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Machine Learning Projects/README.md -------------------------------------------------------------------------------- /PHP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/PHP/README.md -------------------------------------------------------------------------------- /Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Python/README.md -------------------------------------------------------------------------------- /Python/Sudoku Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Python/Sudoku Solver.py -------------------------------------------------------------------------------- /R/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/R/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/README.md -------------------------------------------------------------------------------- /Rust/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Rust/README.md -------------------------------------------------------------------------------- /Text-comparator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Text-comparator/index.html -------------------------------------------------------------------------------- /Text-comparator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Text-comparator/script.js -------------------------------------------------------------------------------- /Text-comparator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Text-comparator/style.css -------------------------------------------------------------------------------- /Web-projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Web-projects/README.md -------------------------------------------------------------------------------- /Web-projects/Text-comparator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Web-projects/Text-comparator/index.html -------------------------------------------------------------------------------- /Web-projects/Text-comparator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Web-projects/Text-comparator/script.js -------------------------------------------------------------------------------- /Web-projects/Text-comparator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/Web-projects/Text-comparator/style.css -------------------------------------------------------------------------------- /images/hactoberfest2022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python4geeks/Hactoberfest2022/HEAD/images/hactoberfest2022.jpg --------------------------------------------------------------------------------