├── Alarm Clock.py ├── Calculator.java ├── Calculator.py ├── Circulardoublelinkedlist.c ├── Colour.py ├── Contributor.md ├── Countdown ├── countdown_timer.css └── countdown_timer.html ├── Cyclic-Array-Rotation.py ├── Duck-Number.py ├── FizzBuzz.py ├── Fizz_Buzz_Game.c ├── Infixtopostfix.c ├── MiniCalculator.html ├── Monte hall.py ├── Nqueen.c ├── OTP Generation.py ├── Queuewithpointer.c ├── RADIX SORT.py ├── README.md ├── Rock_paper_scissor.py ├── Searching ├── bsearch.c └── lsearch.c ├── Sorting Algorithms ├── BubbleSort.py ├── InsertionSort.py └── SelectionSort.py ├── Sorting └── bubblesort.py ├── Tree.c ├── bfs.c ├── bubble.c ├── bubblesort.py ├── counting.c ├── fizzbuzz.js ├── fizzbuzz.py ├── greet you.py.py ├── greet.py ├── insertion.c ├── krushkal.c ├── pythonprogram.py ├── randomuserinfo.php └── simple_gui_calculator.py /Alarm Clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Alarm Clock.py -------------------------------------------------------------------------------- /Calculator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Calculator.java -------------------------------------------------------------------------------- /Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Calculator.py -------------------------------------------------------------------------------- /Circulardoublelinkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Circulardoublelinkedlist.c -------------------------------------------------------------------------------- /Colour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Colour.py -------------------------------------------------------------------------------- /Contributor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Contributor.md -------------------------------------------------------------------------------- /Countdown/countdown_timer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Countdown/countdown_timer.css -------------------------------------------------------------------------------- /Countdown/countdown_timer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Countdown/countdown_timer.html -------------------------------------------------------------------------------- /Cyclic-Array-Rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Cyclic-Array-Rotation.py -------------------------------------------------------------------------------- /Duck-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Duck-Number.py -------------------------------------------------------------------------------- /FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/FizzBuzz.py -------------------------------------------------------------------------------- /Fizz_Buzz_Game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Fizz_Buzz_Game.c -------------------------------------------------------------------------------- /Infixtopostfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Infixtopostfix.c -------------------------------------------------------------------------------- /MiniCalculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/MiniCalculator.html -------------------------------------------------------------------------------- /Monte hall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Monte hall.py -------------------------------------------------------------------------------- /Nqueen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Nqueen.c -------------------------------------------------------------------------------- /OTP Generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/OTP Generation.py -------------------------------------------------------------------------------- /Queuewithpointer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Queuewithpointer.c -------------------------------------------------------------------------------- /RADIX SORT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/RADIX SORT.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/README.md -------------------------------------------------------------------------------- /Rock_paper_scissor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Rock_paper_scissor.py -------------------------------------------------------------------------------- /Searching/bsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Searching/bsearch.c -------------------------------------------------------------------------------- /Searching/lsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Searching/lsearch.c -------------------------------------------------------------------------------- /Sorting Algorithms/BubbleSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Sorting Algorithms/BubbleSort.py -------------------------------------------------------------------------------- /Sorting Algorithms/InsertionSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Sorting Algorithms/InsertionSort.py -------------------------------------------------------------------------------- /Sorting Algorithms/SelectionSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Sorting Algorithms/SelectionSort.py -------------------------------------------------------------------------------- /Sorting/bubblesort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Sorting/bubblesort.py -------------------------------------------------------------------------------- /Tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/Tree.c -------------------------------------------------------------------------------- /bfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/bfs.c -------------------------------------------------------------------------------- /bubble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/bubble.c -------------------------------------------------------------------------------- /bubblesort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/bubblesort.py -------------------------------------------------------------------------------- /counting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/counting.c -------------------------------------------------------------------------------- /fizzbuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/fizzbuzz.js -------------------------------------------------------------------------------- /fizzbuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/fizzbuzz.py -------------------------------------------------------------------------------- /greet you.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/greet you.py.py -------------------------------------------------------------------------------- /greet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/greet.py -------------------------------------------------------------------------------- /insertion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/insertion.c -------------------------------------------------------------------------------- /krushkal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/krushkal.c -------------------------------------------------------------------------------- /pythonprogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/pythonprogram.py -------------------------------------------------------------------------------- /randomuserinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/randomuserinfo.php -------------------------------------------------------------------------------- /simple_gui_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCSIT2020/Hacktoberfest-2020/HEAD/simple_gui_calculator.py --------------------------------------------------------------------------------