├── .vscode └── settings.json ├── 96.unique-binary-search-trees.cpp ├── ATM.cpp ├── Armstrong_number.c ├── Array in c.txt ├── Avatar development using JavaScript - Html Canvas ├── canvas.js └── index.html ├── BMI Calculator ├── index.html ├── javascript.js └── style.css ├── Basic website ├── index.css └── index.html ├── Bellman Algorithm.py ├── BinarySearch.java ├── BracketStack.c ├── Bucket_sort.cpp ├── C++ Program to Sort Elements in Lexicographical Order (Dictionary Order).cpp ├── CONTRIBUTING.md ├── Calci.py ├── Clock.java ├── Delete a Linked List node at a given position.cpp ├── Digital clock.cpp ├── Digital_Clock.cpp ├── Dijkstra_BFS_DFS.java ├── Djikstra_shortest_path.c ├── ExponentialSearch.cpp ├── Fighting Game Py ├── index.pyw └── settings.txt ├── FindOddInList.java ├── FindPrimesInList.java ├── Find_Square_Root.py ├── Footer_responsive ├── index.html ├── logo0.png └── style.css ├── Index.html ├── Infix_to_Postfix_using_Stack.c ├── Invisible_Cloak ├── background.py └── invisiblecloak.py ├── JS-Calculator ├── background.jpg ├── index.html ├── script.js └── style.css ├── JS-Snake Game ├── index.html ├── script.js └── style.css ├── JS-Todo App ├── css │ └── all.css ├── js │ └── app.js ├── main.html └── style.css ├── JS-sudoku ├── css │ └── sudoku.css ├── js │ └── sudoku.js └── sudoku_simple.html ├── Java ├── BinarySearch.java ├── BubbleSort ├── BubbleSort.java ├── CeilingNumbber.java ├── HeapSort.java ├── InsertionSort.java ├── LinearSearch ├── MergeSort.java ├── Prime.java ├── RightPascalTriangle.java ├── SelectionSort.java ├── StackExample.java ├── merge2sortarr.java └── removePrime.java ├── Krushkals_algotithm.c ├── LCS-DP.java ├── LCS.JAVA ├── LargestOfThree.java ├── Linear Regression.ipynb ├── LinearRegression.ipynb ├── LinearSearch.java ├── LinkedIntList.java ├── LinkedList_Add_2_number.cpp ├── LinkedList_AppendNode.cpp ├── LogisticRegression.ipynb ├── Matrix Multiplication .c ├── Max. of 3 no.cpp ├── Maximum area of histogram.cpp ├── Maximum sum of hour glass in matrix.cpp ├── MergeSort.py ├── N-Queens.java ├── Next_Greater_Element.java ├── PasswordGenerator.java ├── Permutation_Coefficient.cpp ├── PyramidLoops.java ├── Python-Random-password-generator.py ├── Python └── Cryptography │ └── DSS.py ├── QuickSort using Random Pivoting.cpp ├── README.md ├── Radix_sort.c ├── Railway Reservation.c ├── Random Jokes ChromeExtension ├── icon.png ├── manifest.json ├── popup.html ├── script.js └── style.css ├── RandomNumber.java ├── RecursiveBinarySearch.py ├── Rock paper scissors. c ├── Sin(x) graph pattern from -sin(4 π) to sin(⁡4 π).cpp ├── StudentData.java ├── SubtractMatrices.java ├── Tic Tac Toe ├── Readme.txt ├── index.html ├── main.js └── style.css ├── Tic Tac toe game using Javascript ├── Tic Tac toe game using python ├── TowerOfHanoi.c ├── Typing Game ├── index.html ├── readme.md.txt ├── script.js └── style.css ├── TypingSpeedCalculator.html ├── Update - README.md ├── Weather-Forecasting ├── README.md ├── app.js ├── assets │ ├── background-image │ │ ├── app.png │ │ └── background.png │ ├── images │ │ ├── Clear.svg │ │ ├── Clouds.svg │ │ ├── Drizzle.svg │ │ ├── Dust.svg │ │ ├── Fog.svg │ │ ├── Haze.svg │ │ ├── Mist.svg │ │ ├── Rain.svg │ │ ├── Smoke.svg │ │ ├── Snow.svg │ │ ├── Thunderstorm.svg │ │ ├── earth.svg │ │ ├── error.svg │ │ ├── loading.svg │ │ ├── not-found.svg │ │ └── placeholder.svg │ └── styles │ │ └── style.css └── index.html ├── Web block ├── Zero-Sum-Subarray.py ├── anyperimeter.java ├── arra_num.py ├── bankManagementsys.py ├── bfs (cpp) ├── bfs.cpp ├── export.txt └── reader.h ├── binary_search.cpp ├── butterfly-pattern.java ├── calculator.py ├── captcha1.php ├── chivalrous_samosa.cpp ├── collatzConjecture.py ├── css.css ├── dfs (cpp) ├── dfs.cpp ├── export.txt └── reader.h ├── dijsktra (cpp) ├── dijsktra.cpp ├── export.txt └── reader.h ├── dijsktra.py ├── floyd warshall.c ├── hacktober fest ├── heap_menudriven.c ├── heapsort.cpp ├── holesquare_pattern.v ├── hotel_AP.java ├── how to find min and max in an array ├── html-css-js landing page ├── background.jpg └── index.html ├── insertion_sort_desc.c ├── javacalculator.java ├── js.js ├── kadaneAlgorithm.cpp ├── leadgame.cpp ├── loancalcalculator.py ├── longest_common_subsequence.py ├── longest_common_substring.py ├── mergeArray.cpp ├── mergeTwoArrays ├── merge_sort.c ├── password manager ├── README.md └── main.py ├── passwordgen.py ├── pdfview ├── README.md ├── css │ └── style.css ├── docs │ ├── SolidState.pdf │ └── my.pdf ├── index.html └── js │ └── main.js ├── phonebookapp.cpp ├── quote.html ├── rankbased.py ├── sliding form ├── Screenshot (715).png ├── index.css ├── index.html ├── index.js └── readme.md ├── stock-problem.py ├── string.py ├── sumof_stringnum.java ├── tic tac Toe in Js.txt ├── tictactoe.py ├── tictaktoe.py ├── toBinary.java ├── tree_using_queue.c ├── triangle-type-check ├── index.html └── script.js └── turbosort.cpp /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /96.unique-binary-search-trees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/96.unique-binary-search-trees.cpp -------------------------------------------------------------------------------- /ATM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/ATM.cpp -------------------------------------------------------------------------------- /Armstrong_number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Armstrong_number.c -------------------------------------------------------------------------------- /Array in c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Array in c.txt -------------------------------------------------------------------------------- /Avatar development using JavaScript - Html Canvas/canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Avatar development using JavaScript - Html Canvas/canvas.js -------------------------------------------------------------------------------- /Avatar development using JavaScript - Html Canvas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Avatar development using JavaScript - Html Canvas/index.html -------------------------------------------------------------------------------- /BMI Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/BMI Calculator/index.html -------------------------------------------------------------------------------- /BMI Calculator/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/BMI Calculator/javascript.js -------------------------------------------------------------------------------- /BMI Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/BMI Calculator/style.css -------------------------------------------------------------------------------- /Basic website/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Basic website/index.css -------------------------------------------------------------------------------- /Basic website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Basic website/index.html -------------------------------------------------------------------------------- /Bellman Algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Bellman Algorithm.py -------------------------------------------------------------------------------- /BinarySearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/BinarySearch.java -------------------------------------------------------------------------------- /BracketStack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/BracketStack.c -------------------------------------------------------------------------------- /Bucket_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Bucket_sort.cpp -------------------------------------------------------------------------------- /C++ Program to Sort Elements in Lexicographical Order (Dictionary Order).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/C++ Program to Sort Elements in Lexicographical Order (Dictionary Order).cpp -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | hi!!!! 2 | -------------------------------------------------------------------------------- /Calci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Calci.py -------------------------------------------------------------------------------- /Clock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Clock.java -------------------------------------------------------------------------------- /Delete a Linked List node at a given position.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Delete a Linked List node at a given position.cpp -------------------------------------------------------------------------------- /Digital clock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Digital clock.cpp -------------------------------------------------------------------------------- /Digital_Clock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Digital_Clock.cpp -------------------------------------------------------------------------------- /Dijkstra_BFS_DFS.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Dijkstra_BFS_DFS.java -------------------------------------------------------------------------------- /Djikstra_shortest_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Djikstra_shortest_path.c -------------------------------------------------------------------------------- /ExponentialSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/ExponentialSearch.cpp -------------------------------------------------------------------------------- /Fighting Game Py/index.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Fighting Game Py/index.pyw -------------------------------------------------------------------------------- /Fighting Game Py/settings.txt: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /FindOddInList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/FindOddInList.java -------------------------------------------------------------------------------- /FindPrimesInList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/FindPrimesInList.java -------------------------------------------------------------------------------- /Find_Square_Root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Find_Square_Root.py -------------------------------------------------------------------------------- /Footer_responsive/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Footer_responsive/index.html -------------------------------------------------------------------------------- /Footer_responsive/logo0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Footer_responsive/logo0.png -------------------------------------------------------------------------------- /Footer_responsive/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Footer_responsive/style.css -------------------------------------------------------------------------------- /Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Index.html -------------------------------------------------------------------------------- /Infix_to_Postfix_using_Stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Infix_to_Postfix_using_Stack.c -------------------------------------------------------------------------------- /Invisible_Cloak/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Invisible_Cloak/background.py -------------------------------------------------------------------------------- /Invisible_Cloak/invisiblecloak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Invisible_Cloak/invisiblecloak.py -------------------------------------------------------------------------------- /JS-Calculator/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Calculator/background.jpg -------------------------------------------------------------------------------- /JS-Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Calculator/index.html -------------------------------------------------------------------------------- /JS-Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Calculator/script.js -------------------------------------------------------------------------------- /JS-Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Calculator/style.css -------------------------------------------------------------------------------- /JS-Snake Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Snake Game/index.html -------------------------------------------------------------------------------- /JS-Snake Game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Snake Game/script.js -------------------------------------------------------------------------------- /JS-Snake Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Snake Game/style.css -------------------------------------------------------------------------------- /JS-Todo App/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Todo App/css/all.css -------------------------------------------------------------------------------- /JS-Todo App/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Todo App/js/app.js -------------------------------------------------------------------------------- /JS-Todo App/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Todo App/main.html -------------------------------------------------------------------------------- /JS-Todo App/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-Todo App/style.css -------------------------------------------------------------------------------- /JS-sudoku/css/sudoku.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-sudoku/css/sudoku.css -------------------------------------------------------------------------------- /JS-sudoku/js/sudoku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-sudoku/js/sudoku.js -------------------------------------------------------------------------------- /JS-sudoku/sudoku_simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/JS-sudoku/sudoku_simple.html -------------------------------------------------------------------------------- /Java/BinarySearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/BinarySearch.java -------------------------------------------------------------------------------- /Java/BubbleSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/BubbleSort -------------------------------------------------------------------------------- /Java/BubbleSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/BubbleSort.java -------------------------------------------------------------------------------- /Java/CeilingNumbber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/CeilingNumbber.java -------------------------------------------------------------------------------- /Java/HeapSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/HeapSort.java -------------------------------------------------------------------------------- /Java/InsertionSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/InsertionSort.java -------------------------------------------------------------------------------- /Java/LinearSearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/LinearSearch -------------------------------------------------------------------------------- /Java/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/MergeSort.java -------------------------------------------------------------------------------- /Java/Prime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/Prime.java -------------------------------------------------------------------------------- /Java/RightPascalTriangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/RightPascalTriangle.java -------------------------------------------------------------------------------- /Java/SelectionSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/SelectionSort.java -------------------------------------------------------------------------------- /Java/StackExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/StackExample.java -------------------------------------------------------------------------------- /Java/merge2sortarr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/merge2sortarr.java -------------------------------------------------------------------------------- /Java/removePrime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Java/removePrime.java -------------------------------------------------------------------------------- /Krushkals_algotithm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Krushkals_algotithm.c -------------------------------------------------------------------------------- /LCS-DP.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LCS-DP.java -------------------------------------------------------------------------------- /LCS.JAVA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LCS.JAVA -------------------------------------------------------------------------------- /LargestOfThree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LargestOfThree.java -------------------------------------------------------------------------------- /Linear Regression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Linear Regression.ipynb -------------------------------------------------------------------------------- /LinearRegression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LinearRegression.ipynb -------------------------------------------------------------------------------- /LinearSearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LinearSearch.java -------------------------------------------------------------------------------- /LinkedIntList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LinkedIntList.java -------------------------------------------------------------------------------- /LinkedList_Add_2_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LinkedList_Add_2_number.cpp -------------------------------------------------------------------------------- /LinkedList_AppendNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LinkedList_AppendNode.cpp -------------------------------------------------------------------------------- /LogisticRegression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/LogisticRegression.ipynb -------------------------------------------------------------------------------- /Matrix Multiplication .c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Matrix Multiplication .c -------------------------------------------------------------------------------- /Max. of 3 no.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Max. of 3 no.cpp -------------------------------------------------------------------------------- /Maximum area of histogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Maximum area of histogram.cpp -------------------------------------------------------------------------------- /Maximum sum of hour glass in matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Maximum sum of hour glass in matrix.cpp -------------------------------------------------------------------------------- /MergeSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/MergeSort.py -------------------------------------------------------------------------------- /N-Queens.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/N-Queens.java -------------------------------------------------------------------------------- /Next_Greater_Element.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Next_Greater_Element.java -------------------------------------------------------------------------------- /PasswordGenerator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/PasswordGenerator.java -------------------------------------------------------------------------------- /Permutation_Coefficient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Permutation_Coefficient.cpp -------------------------------------------------------------------------------- /PyramidLoops.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/PyramidLoops.java -------------------------------------------------------------------------------- /Python-Random-password-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Python-Random-password-generator.py -------------------------------------------------------------------------------- /Python/Cryptography/DSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Python/Cryptography/DSS.py -------------------------------------------------------------------------------- /QuickSort using Random Pivoting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/QuickSort using Random Pivoting.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Radix_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Radix_sort.c -------------------------------------------------------------------------------- /Railway Reservation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Railway Reservation.c -------------------------------------------------------------------------------- /Random Jokes ChromeExtension/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Random Jokes ChromeExtension/icon.png -------------------------------------------------------------------------------- /Random Jokes ChromeExtension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Random Jokes ChromeExtension/manifest.json -------------------------------------------------------------------------------- /Random Jokes ChromeExtension/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Random Jokes ChromeExtension/popup.html -------------------------------------------------------------------------------- /Random Jokes ChromeExtension/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Random Jokes ChromeExtension/script.js -------------------------------------------------------------------------------- /Random Jokes ChromeExtension/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Random Jokes ChromeExtension/style.css -------------------------------------------------------------------------------- /RandomNumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/RandomNumber.java -------------------------------------------------------------------------------- /RecursiveBinarySearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/RecursiveBinarySearch.py -------------------------------------------------------------------------------- /Rock paper scissors. c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Rock paper scissors. c -------------------------------------------------------------------------------- /Sin(x) graph pattern from -sin(4 π) to sin(⁡4 π).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Sin(x) graph pattern from -sin(4 π) to sin(⁡4 π).cpp -------------------------------------------------------------------------------- /StudentData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/StudentData.java -------------------------------------------------------------------------------- /SubtractMatrices.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/SubtractMatrices.java -------------------------------------------------------------------------------- /Tic Tac Toe/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac Toe/Readme.txt -------------------------------------------------------------------------------- /Tic Tac Toe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac Toe/index.html -------------------------------------------------------------------------------- /Tic Tac Toe/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac Toe/main.js -------------------------------------------------------------------------------- /Tic Tac Toe/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac Toe/style.css -------------------------------------------------------------------------------- /Tic Tac toe game using Javascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac toe game using Javascript -------------------------------------------------------------------------------- /Tic Tac toe game using python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Tic Tac toe game using python -------------------------------------------------------------------------------- /TowerOfHanoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/TowerOfHanoi.c -------------------------------------------------------------------------------- /Typing Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Typing Game/index.html -------------------------------------------------------------------------------- /Typing Game/readme.md.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Typing Game/readme.md.txt -------------------------------------------------------------------------------- /Typing Game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Typing Game/script.js -------------------------------------------------------------------------------- /Typing Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Typing Game/style.css -------------------------------------------------------------------------------- /TypingSpeedCalculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/TypingSpeedCalculator.html -------------------------------------------------------------------------------- /Update - README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Update - README.md -------------------------------------------------------------------------------- /Weather-Forecasting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/README.md -------------------------------------------------------------------------------- /Weather-Forecasting/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/app.js -------------------------------------------------------------------------------- /Weather-Forecasting/assets/background-image/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/background-image/app.png -------------------------------------------------------------------------------- /Weather-Forecasting/assets/background-image/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/background-image/background.png -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Clear.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Clouds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Clouds.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Drizzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Drizzle.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Dust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Dust.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Fog.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Haze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Haze.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Mist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Mist.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Rain.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Smoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Smoke.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Snow.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/Thunderstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/Thunderstorm.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/earth.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/error.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/loading.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/not-found.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/not-found.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/images/placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/images/placeholder.svg -------------------------------------------------------------------------------- /Weather-Forecasting/assets/styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/assets/styles/style.css -------------------------------------------------------------------------------- /Weather-Forecasting/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Weather-Forecasting/index.html -------------------------------------------------------------------------------- /Web block: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Web block -------------------------------------------------------------------------------- /Zero-Sum-Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/Zero-Sum-Subarray.py -------------------------------------------------------------------------------- /anyperimeter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/anyperimeter.java -------------------------------------------------------------------------------- /arra_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/arra_num.py -------------------------------------------------------------------------------- /bankManagementsys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/bankManagementsys.py -------------------------------------------------------------------------------- /bfs (cpp)/bfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/bfs (cpp)/bfs.cpp -------------------------------------------------------------------------------- /bfs (cpp)/export.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/bfs (cpp)/export.txt -------------------------------------------------------------------------------- /bfs (cpp)/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/bfs (cpp)/reader.h -------------------------------------------------------------------------------- /binary_search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/binary_search.cpp -------------------------------------------------------------------------------- /butterfly-pattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/butterfly-pattern.java -------------------------------------------------------------------------------- /calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/calculator.py -------------------------------------------------------------------------------- /captcha1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/captcha1.php -------------------------------------------------------------------------------- /chivalrous_samosa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/chivalrous_samosa.cpp -------------------------------------------------------------------------------- /collatzConjecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/collatzConjecture.py -------------------------------------------------------------------------------- /css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/css.css -------------------------------------------------------------------------------- /dfs (cpp)/dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dfs (cpp)/dfs.cpp -------------------------------------------------------------------------------- /dfs (cpp)/export.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dfs (cpp)/export.txt -------------------------------------------------------------------------------- /dfs (cpp)/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dfs (cpp)/reader.h -------------------------------------------------------------------------------- /dijsktra (cpp)/dijsktra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dijsktra (cpp)/dijsktra.cpp -------------------------------------------------------------------------------- /dijsktra (cpp)/export.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dijsktra (cpp)/export.txt -------------------------------------------------------------------------------- /dijsktra (cpp)/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dijsktra (cpp)/reader.h -------------------------------------------------------------------------------- /dijsktra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/dijsktra.py -------------------------------------------------------------------------------- /floyd warshall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/floyd warshall.c -------------------------------------------------------------------------------- /hacktober fest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/hacktober fest -------------------------------------------------------------------------------- /heap_menudriven.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/heap_menudriven.c -------------------------------------------------------------------------------- /heapsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/heapsort.cpp -------------------------------------------------------------------------------- /holesquare_pattern.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/holesquare_pattern.v -------------------------------------------------------------------------------- /hotel_AP.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/hotel_AP.java -------------------------------------------------------------------------------- /how to find min and max in an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/how to find min and max in an array -------------------------------------------------------------------------------- /html-css-js landing page/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/html-css-js landing page/background.jpg -------------------------------------------------------------------------------- /html-css-js landing page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/html-css-js landing page/index.html -------------------------------------------------------------------------------- /insertion_sort_desc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/insertion_sort_desc.c -------------------------------------------------------------------------------- /javacalculator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/javacalculator.java -------------------------------------------------------------------------------- /js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/js.js -------------------------------------------------------------------------------- /kadaneAlgorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/kadaneAlgorithm.cpp -------------------------------------------------------------------------------- /leadgame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/leadgame.cpp -------------------------------------------------------------------------------- /loancalcalculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/loancalcalculator.py -------------------------------------------------------------------------------- /longest_common_subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/longest_common_subsequence.py -------------------------------------------------------------------------------- /longest_common_substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/longest_common_substring.py -------------------------------------------------------------------------------- /mergeArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/mergeArray.cpp -------------------------------------------------------------------------------- /mergeTwoArrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/mergeTwoArrays -------------------------------------------------------------------------------- /merge_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/merge_sort.c -------------------------------------------------------------------------------- /password manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/password manager/README.md -------------------------------------------------------------------------------- /password manager/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/password manager/main.py -------------------------------------------------------------------------------- /passwordgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/passwordgen.py -------------------------------------------------------------------------------- /pdfview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/README.md -------------------------------------------------------------------------------- /pdfview/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/css/style.css -------------------------------------------------------------------------------- /pdfview/docs/SolidState.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/docs/SolidState.pdf -------------------------------------------------------------------------------- /pdfview/docs/my.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/docs/my.pdf -------------------------------------------------------------------------------- /pdfview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/index.html -------------------------------------------------------------------------------- /pdfview/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/pdfview/js/main.js -------------------------------------------------------------------------------- /phonebookapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/phonebookapp.cpp -------------------------------------------------------------------------------- /quote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/quote.html -------------------------------------------------------------------------------- /rankbased.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/rankbased.py -------------------------------------------------------------------------------- /sliding form/Screenshot (715).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sliding form/Screenshot (715).png -------------------------------------------------------------------------------- /sliding form/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sliding form/index.css -------------------------------------------------------------------------------- /sliding form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sliding form/index.html -------------------------------------------------------------------------------- /sliding form/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sliding form/index.js -------------------------------------------------------------------------------- /sliding form/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sliding form/readme.md -------------------------------------------------------------------------------- /stock-problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/stock-problem.py -------------------------------------------------------------------------------- /string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/string.py -------------------------------------------------------------------------------- /sumof_stringnum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/sumof_stringnum.java -------------------------------------------------------------------------------- /tic tac Toe in Js.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/tic tac Toe in Js.txt -------------------------------------------------------------------------------- /tictactoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/tictactoe.py -------------------------------------------------------------------------------- /tictaktoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/tictaktoe.py -------------------------------------------------------------------------------- /toBinary.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/toBinary.java -------------------------------------------------------------------------------- /tree_using_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/tree_using_queue.c -------------------------------------------------------------------------------- /triangle-type-check/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/triangle-type-check/index.html -------------------------------------------------------------------------------- /triangle-type-check/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/triangle-type-check/script.js -------------------------------------------------------------------------------- /turbosort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnu2k60/HacktoberFest2022/HEAD/turbosort.cpp --------------------------------------------------------------------------------