├── .idea ├── .gitignore ├── misc.xml ├── modules.xml └── vcs.xml ├── ASCII.cpp ├── Brainfuck ├── Bikram_helloworld.bf └── helloworld_sl.bf ├── C++ ├── BisectionMethod │ ├── bisectionMethod.cpp │ ├── bisectionMethod.h │ └── main.cpp ├── CF816 B.cpp ├── Calculator.cpp ├── ChooX3_BubbleSort.cpp ├── ChooX3_MergeSort.cpp ├── CombSort │ ├── combSort.h │ └── main.cpp ├── CopyString.cpp ├── CountingSort │ ├── countingSort.cpp │ ├── countingSort.h │ └── main.cpp ├── DIVISIBLE2.CPP ├── Dijsktra.cpp ├── Dimas-Saputra-Me_CheckPalindromeInteger.cpp ├── EulerMethod │ ├── eulerMethod.cpp │ ├── eulerMethod.h │ └── main.cpp ├── GCD.cpp ├── GamerNishant_RadixSort.cpp.cpp ├── HeapSort.cpp ├── K-sort.cpp ├── Mirror_of_Binary_tree.cpp ├── Odd_Even ├── OverloadingComma.cpp ├── PranavPatel_Reverse_words_in_String.cpp ├── Queue.cpp ├── Rabin-Karpsearch.cpp ├── Raising Bacteria.cpp ├── STL.cpp ├── Time.cpp ├── Time2.cpp ├── TopologicalSort.cpp ├── Transformation in 2D triangle.cpp ├── UserDefinedCeliAndFloorFunc.cpp ├── Xhiel23_Calculator.cpp ├── Xhiel23_FibonacciNumbers.cpp ├── YasasviPeruvemba_binarytodecimal.cpp ├── add-two-number-sachin.cpp ├── arjitarora26_sumofnumbers.cpp ├── bubbleSort.cpp ├── bucketSort.cpp ├── codeforces(Tavas and SaDDas).cpp ├── graph.cpp ├── haseebalisajid_ReverseNode.cpp ├── hello.cpp ├── helloworld.cpp ├── husinassegaff_GameofTwoStacks.cpp ├── husinassegaff_HowManyIslands.cpp ├── husinassegaff_InfixNotation.cpp ├── imakshat47_complexSorting copy.cpp ├── imakshat47_complexSorting.cpp ├── imakshat47_mapsQuery.cpp ├── imakshat47_maxElement.cpp ├── imakshat47_stlSets.cpp ├── imakshat47_vectorDynamicErase.cpp ├── imakshat47_vectorLowerBound.cpp ├── imakshat47_vectorSort.cpp ├── insertionsort.cpp ├── luhn's_algorithm.cpp ├── niharika_square.CPP ├── numbers backwards.cpp ├── oddEven.cpp ├── overloadingNewDelete.cpp ├── palindrome.cpp ├── peak_find │ ├── PEAK FINDING.pdf │ ├── peak_1d.cpp │ └── peak_2d.cpp ├── pjzzz_Dijkstra_FibonacciHeap_Implementation.cpp ├── selectionsort.cpp ├── simonlariz_DecimalToBinary.cpp ├── sol_helloworld.cpp ├── sol_number_is_odd_even.cpp ├── string_palindrome.cpp ├── sujanp100_bubblesort.cpp └── sum.cpp ├── C ├── ADD ├── Anoop_Sorting_in_c │ ├── Bubble_Sort.c │ ├── Bubble_Sort.exe │ ├── Insertion_Sort.c │ ├── Insertion_Sort.exe │ ├── Merge_Sort.c │ ├── Merge_Sort.exe │ ├── Quick_Sort.c │ ├── Quick_Sort.exe │ ├── ReadMe.txt │ ├── Selection_Sort.c │ └── Selection_Sort.exe ├── Aryal-rajiv-PickUpLine.c ├── Asmit Dhakal_helloworld.c ├── Bibekdhkl-Hello-Program.c ├── Bigyan_helloworld.c ├── BubbleSort.c ├── C add the number_Ankit Adhikari.C ├── Calculator.c ├── Dimali_Merge Sort.c ├── DipakGautam_PallindromeOrNot.c ├── FibonacciNumbers.c ├── Fileinput.c ├── HalfPyramid.c ├── HelloProgrammers.c ├── HuffmanCoding.c ├── InsertionSort.c ├── JobSequencing ├── KN_BubbleSort.c ├── Leapyear.c ├── MatrixMultiplication.c ├── MergeSort.c ├── Naseeb_OddEven.c ├── NullPointer.c ├── Pointer_Arithmetic_Sum.c ├── Pyramid.c ├── Reverse.c ├── Sandip Sapkota ├── TharushaGunasekara_sum2num.c ├── UnitGCD.c ├── addingtwonumbers ├── arr3d.c ├── binary2DecimalBasic.c ├── binarysearch_iterative.c ├── bucket_sort.c ├── decimal2OctalBasic.c ├── decimal2OctalFormula.c ├── decimal2binaryBasicVoid.c ├── decimal2binaryUsingBitwise.c ├── element_search_single_linked_list.c ├── heapsort.c ├── hello world in C ├── hello.c ├── hello_wrld_in_C ├── hillary_ConvertStringInUppercase.c ├── nabin.helloworld.c ├── octal2binary.c ├── quicksort_static.c ├── select_sorting_in_c.c ├── shravaniparaswar_mergesort.C ├── simple-calculator-sachin.c ├── stack.c ├── sum of array.c ├── summation.c └── swapString.c ├── CONTRIBUTING.md ├── Cpp ├── BibekBhusal_HelloWorld.cpp ├── Bibekdhkl-Helloworld.cpp ├── Bikram_helloworld.cpp ├── Callbyref.cpp ├── HelloProgrammers.cpp ├── Imakshat47_binary2DecimalBasic.cpp ├── Imakshat47_binary2DecimalUsingInBuildFun.cpp ├── Imakshat47_binary2DecimalUsingString.cpp ├── Imakshat47_binary2Octal.cpp ├── Imakshat47_decimal2OctalBasic.cpp ├── Imakshat47_decimal2OctalFormula.cpp ├── Imakshat47_decimal2binaryBasicArray.cpp ├── Imakshat47_decimal2binaryBasicVoid.cpp ├── Imakshat47_decimal2binaryUsingBitwise.cpp ├── Imakshat47_octal2binary.cpp ├── JollyJumper.cpp ├── Longest_Sum_Contiguous_Subarray.cpp ├── STL.cpp ├── String_Reverse_by_StringStream.cpp ├── Tasfik_decimalToBinary.cpp ├── Tasfik_isPalindrome.cpp ├── Tasfik_pointOnLeftOfLine.cpp ├── Tasfik_selection_sort.cpp ├── basic-calculator-nishant.cpp ├── binary_to_octal.cpp ├── devinda_Largest Number of an Array.cpp ├── findMinDiff.cpp ├── imakshat47_complexSorting copy.cpp ├── imakshat47_complexSorting.cpp ├── imakshat47_mapsQuery.cpp ├── imakshat47_maxElement.cpp ├── imakshat47_stlSets.cpp ├── imakshat47_vectorDynamicErase.cpp ├── imakshat47_vectorLowerBound.cpp ├── imakshat47_vectorSort.cpp ├── maxElement_imakshat47.cpp ├── removeSort.cpp ├── ritikasarkar18_replaceChars-recursion.cpp ├── sorting_imakshat47.cpp ├── vectorErase_imakshat47.cpp ├── vectorSort_imakshat47.cpp └── xorArray.cpp ├── Dart ├── Bikram_helloworld.dart ├── HelloProgrammers.dart ├── m-hamzashakeel.dart ├── print-list-of-items.dart └── randomNumber.dart ├── Data_Structures ├── BinaryTree_LevelOrderTraversal.cpp ├── CirularLinkedList.java ├── LinkedList.java ├── Stack.cpp ├── StackLL.cpp ├── TreeArray.cpp ├── XORlinkedList.cpp ├── binary_tree.java ├── binary_tree_using_array.java ├── detectLoopLL.cpp ├── detectLoopLL.exe ├── doublyLinkedList.java ├── hashmap_imp.java ├── linked_lists.cpp ├── nth_from_last_LL.cpp ├── queueWithLL.cpp └── stackWithLL.cpp ├── Go ├── Bikram_helloworld.go ├── CheckString.go ├── HelloProgrammers.go ├── Helloworld.go ├── HttpRequest.go ├── IfElse.go ├── OddEven.go ├── Palindrome Tester ├── SqRoot.go ├── SumOfDigitsNumber.go ├── SumTwoNumbers.go ├── briyoman_insertionsort.go ├── briyoman_quicksort.go ├── briyoman_selectionsort.go ├── bubble sort ├── go-decimal-to-binary └── hello_world.go ├── HTML └── HTML form ├── JAVA ├── Anagrams.java ├── Bibek_Uppercase.java ├── Bikram_helloworld.java ├── BinaryToDecimal.java ├── Deepak_CalculatorFourBasicOperation.java ├── Deepak_StringPalindrome.java ├── Deepak_helloworld.java ├── Deepak_odd_even.java ├── Deepak_square.java ├── Even_Odd.java ├── Factorial.java ├── Gajendra_CustomStackImplementation.java ├── Hacktoberfest-Simple-Practice-Programmes.iml ├── Hello.java ├── HelloProgrammers.java ├── Insert_Element_Array_Rabina.Java ├── KMP.java ├── Lihamfx.class ├── RecursiveMultiply.java ├── SquareRoot.java ├── Uwanthi_SimpleCalculator.java ├── ValidateEvenOdd.java ├── Xhiel23_CatalanNumbers.java ├── Xhiel23_PrimeNumbers.java ├── addtwonum.java ├── fida501_inheritance.class ├── fida501_inheritance.java ├── inheritence.java ├── karprekar.java ├── lihamfx_HelloWorld.java ├── nirudi_ForLoop.java ├── sorting-programs │ ├── BubbleSort.java │ ├── InsertionSort.java │ ├── QuickSort.java │ ├── SelectionSort.java │ └── readme.md ├── square-two-nos-sachin.java ├── sum_of_n_natural_number.java ├── swap.java ├── thisarathushan1_bubblesort.java └── yugrajani_Uppercase.java ├── Javascript ├── Bibekdhkl-Helloworld.js ├── Bikram_helloworld.js ├── Calculator ├── HelloProgrammers.js ├── Prakash_helloworld.js ├── SauravSunar_hello_world.js ├── SauravSunar_sum_of_2number.js ├── Twopill_insert_element_to_array.js ├── Whtsapp autmation.js ├── YasminBraga_IfElse.js ├── YasminBraga_SumOfTwoNum.js ├── YasminBraga_helloworld.js ├── ankit_cube.js ├── ankit_squarenumber.js ├── binary-to-decimal.js ├── bubble-sort.js ├── caeser_cipher.js ├── eddges_quick_sort.js ├── heyworld_Ankit.js ├── hrishikesh_javascript_quicksort.js ├── js-helloworld-nabin.js ├── mitpancholi_octal_to_binary.js ├── olga_binary_to_decimal.js ├── pascal_guessing_game.js ├── pascal_trianglepattern.js ├── prabidhi_helloworld.js ├── print_sum.js ├── rahuldahal_bubbleSort.js ├── rahuldahal_calculator.js ├── remove_duplicates.js ├── reversing_name.js ├── selection_sort.js ├── server.js ├── shades-7_sum_of_two_numbers.js ├── siddharth_insertion_sort.js ├── time.js ├── uppercasejs_ankit.js ├── wahidari_change_letter_to_uppercase.js ├── wahidari_check_number_is_odd_or_even.js ├── wahidari_check_palindrome.js ├── wahidari_find_square_of_number.js └── wave-effect │ ├── CSS_Water_Wave_Gradient_Animation.html │ └── wave.png ├── MergeSort.cpp ├── Others └── Quadratic Equation ├── PHP ├── Bikram_helloworld.php ├── FibonacciNumber.php ├── FlippingBits.php ├── HelloProgrammers.php ├── Primality.php ├── Subashhelloworld.php ├── another_hello_world.php ├── hello world.php └── helloworld.php_Ankit.php ├── Perl ├── briyoman_helloworld.pl └── pascal_square.pl ├── Python ├── ACtivation.py ├── ASCII.py ├── AayushKumar_binarySearch .py ├── BinaryTreeTraversal.py ├── BubbleSort.py ├── Chacha!!OChacha.py ├── Decimal-to-Binary(octal-Hex)-sachin.py ├── DhurbaBaral_sumoftwonumbers ├── Duplicate Finder.py ├── FibonacciNumber.py ├── FlippingBits.py ├── HelloProgrammers.py ├── JadooAndDNATranscription.py ├── JadooHatesNumbers.py ├── JadooVsKoba.py ├── Leapyear.py ├── LogisticRegression.py ├── MergeSort.py ├── Primality.py ├── Ram_helloworld.py ├── ReasonsWhy.py ├── Simple calculator in python ├── Topekz_sumofnumbers.py ├── Vaibhav_helloWorld.py ├── ZahraShahid_CountingSort.py ├── ZahraShahid_InsertionSort.py ├── add_numbers.py ├── bahun1666.py ├── base64-dec-enc.py ├── basic-calculator-nishant.py ├── binary_search.py ├── bubble_sort.py ├── calculator.py ├── decimal_to_binary.py ├── find_factorial.py ├── for-loop.py ├── hello-world.py ├── hello.py ├── if-else.py ├── insert-to-array.py ├── jump_search.py ├── magicaljellybeans_insertionsort.py ├── multiplication_table.py ├── name_helloworld.py ├── nischal_helloworld.py ├── odd-even.py ├── palindrome-detector.py ├── palindrome.py ├── pandas ├── prabidhi_helloworld.py ├── primeNumber_checker.py ├── python calculator ├── quick_sort.py ├── randika97_BubbleSort.py ├── random_number_gen.py ├── rojen11_palindromeTest.py ├── scatterplot ├── send_email.py ├── square-num.py ├── sudokusolver.py ├── sujanp100_helloworld.py ├── sum-of-digits-number.py ├── sum-two-numbers.py ├── telegrambot.py ├── the-nathan-smith_decimal-to-binary.py ├── torrent_link_finder.py └── uppercase.py ├── README.md ├── ReverseShell.c ├── Ruby ├── bubble_sort.rb ├── bucket_sort.rb └── insertion_sort.rb ├── Rust └── helo_world.rs ├── Terraform └── terraform-hello-world.tf ├── code_of_conduct.md └── insertionsort.cpp /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /ASCII.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/ASCII.cpp -------------------------------------------------------------------------------- /Brainfuck/Bikram_helloworld.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Brainfuck/Bikram_helloworld.bf -------------------------------------------------------------------------------- /Brainfuck/helloworld_sl.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Brainfuck/helloworld_sl.bf -------------------------------------------------------------------------------- /C++/BisectionMethod/bisectionMethod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/BisectionMethod/bisectionMethod.cpp -------------------------------------------------------------------------------- /C++/BisectionMethod/bisectionMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/BisectionMethod/bisectionMethod.h -------------------------------------------------------------------------------- /C++/BisectionMethod/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/BisectionMethod/main.cpp -------------------------------------------------------------------------------- /C++/CF816 B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CF816 B.cpp -------------------------------------------------------------------------------- /C++/Calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Calculator.cpp -------------------------------------------------------------------------------- /C++/ChooX3_BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/ChooX3_BubbleSort.cpp -------------------------------------------------------------------------------- /C++/ChooX3_MergeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/ChooX3_MergeSort.cpp -------------------------------------------------------------------------------- /C++/CombSort/combSort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CombSort/combSort.h -------------------------------------------------------------------------------- /C++/CombSort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CombSort/main.cpp -------------------------------------------------------------------------------- /C++/CopyString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CopyString.cpp -------------------------------------------------------------------------------- /C++/CountingSort/countingSort.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C++/CountingSort/countingSort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CountingSort/countingSort.h -------------------------------------------------------------------------------- /C++/CountingSort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/CountingSort/main.cpp -------------------------------------------------------------------------------- /C++/DIVISIBLE2.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/DIVISIBLE2.CPP -------------------------------------------------------------------------------- /C++/Dijsktra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Dijsktra.cpp -------------------------------------------------------------------------------- /C++/Dimas-Saputra-Me_CheckPalindromeInteger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Dimas-Saputra-Me_CheckPalindromeInteger.cpp -------------------------------------------------------------------------------- /C++/EulerMethod/eulerMethod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/EulerMethod/eulerMethod.cpp -------------------------------------------------------------------------------- /C++/EulerMethod/eulerMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/EulerMethod/eulerMethod.h -------------------------------------------------------------------------------- /C++/EulerMethod/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/EulerMethod/main.cpp -------------------------------------------------------------------------------- /C++/GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/GCD.cpp -------------------------------------------------------------------------------- /C++/GamerNishant_RadixSort.cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/GamerNishant_RadixSort.cpp.cpp -------------------------------------------------------------------------------- /C++/HeapSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/HeapSort.cpp -------------------------------------------------------------------------------- /C++/K-sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/K-sort.cpp -------------------------------------------------------------------------------- /C++/Mirror_of_Binary_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Mirror_of_Binary_tree.cpp -------------------------------------------------------------------------------- /C++/Odd_Even: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Odd_Even -------------------------------------------------------------------------------- /C++/OverloadingComma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/OverloadingComma.cpp -------------------------------------------------------------------------------- /C++/PranavPatel_Reverse_words_in_String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/PranavPatel_Reverse_words_in_String.cpp -------------------------------------------------------------------------------- /C++/Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Queue.cpp -------------------------------------------------------------------------------- /C++/Rabin-Karpsearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Rabin-Karpsearch.cpp -------------------------------------------------------------------------------- /C++/Raising Bacteria.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Raising Bacteria.cpp -------------------------------------------------------------------------------- /C++/STL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/STL.cpp -------------------------------------------------------------------------------- /C++/Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Time.cpp -------------------------------------------------------------------------------- /C++/Time2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Time2.cpp -------------------------------------------------------------------------------- /C++/TopologicalSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/TopologicalSort.cpp -------------------------------------------------------------------------------- /C++/Transformation in 2D triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Transformation in 2D triangle.cpp -------------------------------------------------------------------------------- /C++/UserDefinedCeliAndFloorFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/UserDefinedCeliAndFloorFunc.cpp -------------------------------------------------------------------------------- /C++/Xhiel23_Calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Xhiel23_Calculator.cpp -------------------------------------------------------------------------------- /C++/Xhiel23_FibonacciNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/Xhiel23_FibonacciNumbers.cpp -------------------------------------------------------------------------------- /C++/YasasviPeruvemba_binarytodecimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/YasasviPeruvemba_binarytodecimal.cpp -------------------------------------------------------------------------------- /C++/add-two-number-sachin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/add-two-number-sachin.cpp -------------------------------------------------------------------------------- /C++/arjitarora26_sumofnumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/arjitarora26_sumofnumbers.cpp -------------------------------------------------------------------------------- /C++/bubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/bubbleSort.cpp -------------------------------------------------------------------------------- /C++/bucketSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/bucketSort.cpp -------------------------------------------------------------------------------- /C++/codeforces(Tavas and SaDDas).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/codeforces(Tavas and SaDDas).cpp -------------------------------------------------------------------------------- /C++/graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/graph.cpp -------------------------------------------------------------------------------- /C++/haseebalisajid_ReverseNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/haseebalisajid_ReverseNode.cpp -------------------------------------------------------------------------------- /C++/hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/hello.cpp -------------------------------------------------------------------------------- /C++/helloworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/helloworld.cpp -------------------------------------------------------------------------------- /C++/husinassegaff_GameofTwoStacks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/husinassegaff_GameofTwoStacks.cpp -------------------------------------------------------------------------------- /C++/husinassegaff_HowManyIslands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/husinassegaff_HowManyIslands.cpp -------------------------------------------------------------------------------- /C++/husinassegaff_InfixNotation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/husinassegaff_InfixNotation.cpp -------------------------------------------------------------------------------- /C++/imakshat47_complexSorting copy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_complexSorting copy.cpp -------------------------------------------------------------------------------- /C++/imakshat47_complexSorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_complexSorting.cpp -------------------------------------------------------------------------------- /C++/imakshat47_mapsQuery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_mapsQuery.cpp -------------------------------------------------------------------------------- /C++/imakshat47_maxElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_maxElement.cpp -------------------------------------------------------------------------------- /C++/imakshat47_stlSets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_stlSets.cpp -------------------------------------------------------------------------------- /C++/imakshat47_vectorDynamicErase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_vectorDynamicErase.cpp -------------------------------------------------------------------------------- /C++/imakshat47_vectorLowerBound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_vectorLowerBound.cpp -------------------------------------------------------------------------------- /C++/imakshat47_vectorSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/imakshat47_vectorSort.cpp -------------------------------------------------------------------------------- /C++/insertionsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/insertionsort.cpp -------------------------------------------------------------------------------- /C++/luhn's_algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/luhn's_algorithm.cpp -------------------------------------------------------------------------------- /C++/niharika_square.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/niharika_square.CPP -------------------------------------------------------------------------------- /C++/numbers backwards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/numbers backwards.cpp -------------------------------------------------------------------------------- /C++/oddEven.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/oddEven.cpp -------------------------------------------------------------------------------- /C++/overloadingNewDelete.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/overloadingNewDelete.cpp -------------------------------------------------------------------------------- /C++/palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/palindrome.cpp -------------------------------------------------------------------------------- /C++/peak_find/PEAK FINDING.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/peak_find/PEAK FINDING.pdf -------------------------------------------------------------------------------- /C++/peak_find/peak_1d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/peak_find/peak_1d.cpp -------------------------------------------------------------------------------- /C++/peak_find/peak_2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/peak_find/peak_2d.cpp -------------------------------------------------------------------------------- /C++/pjzzz_Dijkstra_FibonacciHeap_Implementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/pjzzz_Dijkstra_FibonacciHeap_Implementation.cpp -------------------------------------------------------------------------------- /C++/selectionsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/selectionsort.cpp -------------------------------------------------------------------------------- /C++/simonlariz_DecimalToBinary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/simonlariz_DecimalToBinary.cpp -------------------------------------------------------------------------------- /C++/sol_helloworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/sol_helloworld.cpp -------------------------------------------------------------------------------- /C++/sol_number_is_odd_even.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/sol_number_is_odd_even.cpp -------------------------------------------------------------------------------- /C++/string_palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/string_palindrome.cpp -------------------------------------------------------------------------------- /C++/sujanp100_bubblesort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/sujanp100_bubblesort.cpp -------------------------------------------------------------------------------- /C++/sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C++/sum.cpp -------------------------------------------------------------------------------- /C/ADD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/ADD -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Bubble_Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Bubble_Sort.c -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Bubble_Sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Bubble_Sort.exe -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Insertion_Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Insertion_Sort.c -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Insertion_Sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Insertion_Sort.exe -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Merge_Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Merge_Sort.c -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Merge_Sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Merge_Sort.exe -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Quick_Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Quick_Sort.c -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Quick_Sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Quick_Sort.exe -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/ReadMe.txt -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Selection_Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Selection_Sort.c -------------------------------------------------------------------------------- /C/Anoop_Sorting_in_c/Selection_Sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Anoop_Sorting_in_c/Selection_Sort.exe -------------------------------------------------------------------------------- /C/Aryal-rajiv-PickUpLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Aryal-rajiv-PickUpLine.c -------------------------------------------------------------------------------- /C/Asmit Dhakal_helloworld.c: -------------------------------------------------------------------------------- 1 | #include 2 | int main () 3 | { 4 | printf("Hello World"); 5 | } 6 | -------------------------------------------------------------------------------- /C/Bibekdhkl-Hello-Program.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Bibekdhkl-Hello-Program.c -------------------------------------------------------------------------------- /C/Bigyan_helloworld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Bigyan_helloworld.c -------------------------------------------------------------------------------- /C/BubbleSort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/BubbleSort.c -------------------------------------------------------------------------------- /C/C add the number_Ankit Adhikari.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/C add the number_Ankit Adhikari.C -------------------------------------------------------------------------------- /C/Calculator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Calculator.c -------------------------------------------------------------------------------- /C/Dimali_Merge Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Dimali_Merge Sort.c -------------------------------------------------------------------------------- /C/DipakGautam_PallindromeOrNot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/DipakGautam_PallindromeOrNot.c -------------------------------------------------------------------------------- /C/FibonacciNumbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/FibonacciNumbers.c -------------------------------------------------------------------------------- /C/Fileinput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Fileinput.c -------------------------------------------------------------------------------- /C/HalfPyramid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/HalfPyramid.c -------------------------------------------------------------------------------- /C/HelloProgrammers.c: -------------------------------------------------------------------------------- 1 | #include 2 | void main(){ 3 | printf("Hello Programmers!"); 4 | } 5 | -------------------------------------------------------------------------------- /C/HuffmanCoding.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/HuffmanCoding.c -------------------------------------------------------------------------------- /C/InsertionSort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/InsertionSort.c -------------------------------------------------------------------------------- /C/JobSequencing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/JobSequencing -------------------------------------------------------------------------------- /C/KN_BubbleSort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/KN_BubbleSort.c -------------------------------------------------------------------------------- /C/Leapyear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Leapyear.c -------------------------------------------------------------------------------- /C/MatrixMultiplication.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/MatrixMultiplication.c -------------------------------------------------------------------------------- /C/MergeSort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/MergeSort.c -------------------------------------------------------------------------------- /C/Naseeb_OddEven.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Naseeb_OddEven.c -------------------------------------------------------------------------------- /C/NullPointer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/NullPointer.c -------------------------------------------------------------------------------- /C/Pointer_Arithmetic_Sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Pointer_Arithmetic_Sum.c -------------------------------------------------------------------------------- /C/Pyramid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Pyramid.c -------------------------------------------------------------------------------- /C/Reverse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Reverse.c -------------------------------------------------------------------------------- /C/Sandip Sapkota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/Sandip Sapkota -------------------------------------------------------------------------------- /C/TharushaGunasekara_sum2num.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/TharushaGunasekara_sum2num.c -------------------------------------------------------------------------------- /C/UnitGCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/UnitGCD.c -------------------------------------------------------------------------------- /C/addingtwonumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/addingtwonumbers -------------------------------------------------------------------------------- /C/arr3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/arr3d.c -------------------------------------------------------------------------------- /C/binary2DecimalBasic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/binary2DecimalBasic.c -------------------------------------------------------------------------------- /C/binarysearch_iterative.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/binarysearch_iterative.c -------------------------------------------------------------------------------- /C/bucket_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/bucket_sort.c -------------------------------------------------------------------------------- /C/decimal2OctalBasic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/decimal2OctalBasic.c -------------------------------------------------------------------------------- /C/decimal2OctalFormula.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/decimal2OctalFormula.c -------------------------------------------------------------------------------- /C/decimal2binaryBasicVoid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/decimal2binaryBasicVoid.c -------------------------------------------------------------------------------- /C/decimal2binaryUsingBitwise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/decimal2binaryUsingBitwise.c -------------------------------------------------------------------------------- /C/element_search_single_linked_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/element_search_single_linked_list.c -------------------------------------------------------------------------------- /C/heapsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/heapsort.c -------------------------------------------------------------------------------- /C/hello world in C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/hello world in C -------------------------------------------------------------------------------- /C/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/hello.c -------------------------------------------------------------------------------- /C/hello_wrld_in_C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/hello_wrld_in_C -------------------------------------------------------------------------------- /C/hillary_ConvertStringInUppercase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/hillary_ConvertStringInUppercase.c -------------------------------------------------------------------------------- /C/nabin.helloworld.c: -------------------------------------------------------------------------------- 1 | #include 2 | void main(){ 3 | printf("Hello World!"); 4 | } 5 | -------------------------------------------------------------------------------- /C/octal2binary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/octal2binary.c -------------------------------------------------------------------------------- /C/quicksort_static.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/quicksort_static.c -------------------------------------------------------------------------------- /C/select_sorting_in_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/select_sorting_in_c.c -------------------------------------------------------------------------------- /C/shravaniparaswar_mergesort.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/shravaniparaswar_mergesort.C -------------------------------------------------------------------------------- /C/simple-calculator-sachin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/simple-calculator-sachin.c -------------------------------------------------------------------------------- /C/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/stack.c -------------------------------------------------------------------------------- /C/sum of array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/sum of array.c -------------------------------------------------------------------------------- /C/summation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/summation.c -------------------------------------------------------------------------------- /C/swapString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/C/swapString.c -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Cpp/BibekBhusal_HelloWorld.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | using namespace std; 4 | 5 | main(){ 6 | cout<<"Hello World!"; 7 | } 8 | -------------------------------------------------------------------------------- /Cpp/Bibekdhkl-Helloworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Bibekdhkl-Helloworld.cpp -------------------------------------------------------------------------------- /Cpp/Bikram_helloworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Bikram_helloworld.cpp -------------------------------------------------------------------------------- /Cpp/Callbyref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Callbyref.cpp -------------------------------------------------------------------------------- /Cpp/HelloProgrammers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/HelloProgrammers.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_binary2DecimalBasic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_binary2DecimalBasic.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_binary2DecimalUsingInBuildFun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_binary2DecimalUsingInBuildFun.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_binary2DecimalUsingString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_binary2DecimalUsingString.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_binary2Octal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_binary2Octal.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_decimal2OctalBasic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_decimal2OctalBasic.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_decimal2OctalFormula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_decimal2OctalFormula.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_decimal2binaryBasicArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_decimal2binaryBasicArray.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_decimal2binaryBasicVoid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_decimal2binaryBasicVoid.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_decimal2binaryUsingBitwise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_decimal2binaryUsingBitwise.cpp -------------------------------------------------------------------------------- /Cpp/Imakshat47_octal2binary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Imakshat47_octal2binary.cpp -------------------------------------------------------------------------------- /Cpp/JollyJumper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/JollyJumper.cpp -------------------------------------------------------------------------------- /Cpp/Longest_Sum_Contiguous_Subarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Longest_Sum_Contiguous_Subarray.cpp -------------------------------------------------------------------------------- /Cpp/STL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/STL.cpp -------------------------------------------------------------------------------- /Cpp/String_Reverse_by_StringStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/String_Reverse_by_StringStream.cpp -------------------------------------------------------------------------------- /Cpp/Tasfik_decimalToBinary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Tasfik_decimalToBinary.cpp -------------------------------------------------------------------------------- /Cpp/Tasfik_isPalindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Tasfik_isPalindrome.cpp -------------------------------------------------------------------------------- /Cpp/Tasfik_pointOnLeftOfLine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Tasfik_pointOnLeftOfLine.cpp -------------------------------------------------------------------------------- /Cpp/Tasfik_selection_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/Tasfik_selection_sort.cpp -------------------------------------------------------------------------------- /Cpp/basic-calculator-nishant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/basic-calculator-nishant.cpp -------------------------------------------------------------------------------- /Cpp/binary_to_octal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/binary_to_octal.cpp -------------------------------------------------------------------------------- /Cpp/devinda_Largest Number of an Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/devinda_Largest Number of an Array.cpp -------------------------------------------------------------------------------- /Cpp/findMinDiff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/findMinDiff.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_complexSorting copy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_complexSorting copy.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_complexSorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_complexSorting.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_mapsQuery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_mapsQuery.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_maxElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_maxElement.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_stlSets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_stlSets.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_vectorDynamicErase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_vectorDynamicErase.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_vectorLowerBound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_vectorLowerBound.cpp -------------------------------------------------------------------------------- /Cpp/imakshat47_vectorSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/imakshat47_vectorSort.cpp -------------------------------------------------------------------------------- /Cpp/maxElement_imakshat47.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/maxElement_imakshat47.cpp -------------------------------------------------------------------------------- /Cpp/removeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/removeSort.cpp -------------------------------------------------------------------------------- /Cpp/ritikasarkar18_replaceChars-recursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/ritikasarkar18_replaceChars-recursion.cpp -------------------------------------------------------------------------------- /Cpp/sorting_imakshat47.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/sorting_imakshat47.cpp -------------------------------------------------------------------------------- /Cpp/vectorErase_imakshat47.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/vectorErase_imakshat47.cpp -------------------------------------------------------------------------------- /Cpp/vectorSort_imakshat47.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/vectorSort_imakshat47.cpp -------------------------------------------------------------------------------- /Cpp/xorArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Cpp/xorArray.cpp -------------------------------------------------------------------------------- /Dart/Bikram_helloworld.dart: -------------------------------------------------------------------------------- 1 | void main() { 2 | print('Hello, World!'); 3 | } 4 | -------------------------------------------------------------------------------- /Dart/HelloProgrammers.dart: -------------------------------------------------------------------------------- 1 | void main() { 2 | print('Hello, Programmers!'); 3 | } 4 | -------------------------------------------------------------------------------- /Dart/m-hamzashakeel.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Dart/m-hamzashakeel.dart -------------------------------------------------------------------------------- /Dart/print-list-of-items.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Dart/print-list-of-items.dart -------------------------------------------------------------------------------- /Dart/randomNumber.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Dart/randomNumber.dart -------------------------------------------------------------------------------- /Data_Structures/BinaryTree_LevelOrderTraversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/BinaryTree_LevelOrderTraversal.cpp -------------------------------------------------------------------------------- /Data_Structures/CirularLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/CirularLinkedList.java -------------------------------------------------------------------------------- /Data_Structures/LinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/LinkedList.java -------------------------------------------------------------------------------- /Data_Structures/Stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/Stack.cpp -------------------------------------------------------------------------------- /Data_Structures/StackLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/StackLL.cpp -------------------------------------------------------------------------------- /Data_Structures/TreeArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/TreeArray.cpp -------------------------------------------------------------------------------- /Data_Structures/XORlinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/XORlinkedList.cpp -------------------------------------------------------------------------------- /Data_Structures/binary_tree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/binary_tree.java -------------------------------------------------------------------------------- /Data_Structures/binary_tree_using_array.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/binary_tree_using_array.java -------------------------------------------------------------------------------- /Data_Structures/detectLoopLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/detectLoopLL.cpp -------------------------------------------------------------------------------- /Data_Structures/detectLoopLL.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/detectLoopLL.exe -------------------------------------------------------------------------------- /Data_Structures/doublyLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/doublyLinkedList.java -------------------------------------------------------------------------------- /Data_Structures/hashmap_imp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/hashmap_imp.java -------------------------------------------------------------------------------- /Data_Structures/linked_lists.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/linked_lists.cpp -------------------------------------------------------------------------------- /Data_Structures/nth_from_last_LL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/nth_from_last_LL.cpp -------------------------------------------------------------------------------- /Data_Structures/queueWithLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/queueWithLL.cpp -------------------------------------------------------------------------------- /Data_Structures/stackWithLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Data_Structures/stackWithLL.cpp -------------------------------------------------------------------------------- /Go/Bikram_helloworld.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/Bikram_helloworld.go -------------------------------------------------------------------------------- /Go/CheckString.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/CheckString.go -------------------------------------------------------------------------------- /Go/HelloProgrammers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/HelloProgrammers.go -------------------------------------------------------------------------------- /Go/Helloworld.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/Helloworld.go -------------------------------------------------------------------------------- /Go/HttpRequest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/HttpRequest.go -------------------------------------------------------------------------------- /Go/IfElse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/IfElse.go -------------------------------------------------------------------------------- /Go/OddEven.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/OddEven.go -------------------------------------------------------------------------------- /Go/Palindrome Tester: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/Palindrome Tester -------------------------------------------------------------------------------- /Go/SqRoot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/SqRoot.go -------------------------------------------------------------------------------- /Go/SumOfDigitsNumber.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/SumOfDigitsNumber.go -------------------------------------------------------------------------------- /Go/SumTwoNumbers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/SumTwoNumbers.go -------------------------------------------------------------------------------- /Go/briyoman_insertionsort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/briyoman_insertionsort.go -------------------------------------------------------------------------------- /Go/briyoman_quicksort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/briyoman_quicksort.go -------------------------------------------------------------------------------- /Go/briyoman_selectionsort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/briyoman_selectionsort.go -------------------------------------------------------------------------------- /Go/bubble sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/bubble sort -------------------------------------------------------------------------------- /Go/go-decimal-to-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/go-decimal-to-binary -------------------------------------------------------------------------------- /Go/hello_world.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Go/hello_world.go -------------------------------------------------------------------------------- /HTML/HTML form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/HTML/HTML form -------------------------------------------------------------------------------- /JAVA/Anagrams.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Anagrams.java -------------------------------------------------------------------------------- /JAVA/Bibek_Uppercase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Bibek_Uppercase.java -------------------------------------------------------------------------------- /JAVA/Bikram_helloworld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Bikram_helloworld.java -------------------------------------------------------------------------------- /JAVA/BinaryToDecimal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/BinaryToDecimal.java -------------------------------------------------------------------------------- /JAVA/Deepak_CalculatorFourBasicOperation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Deepak_CalculatorFourBasicOperation.java -------------------------------------------------------------------------------- /JAVA/Deepak_StringPalindrome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Deepak_StringPalindrome.java -------------------------------------------------------------------------------- /JAVA/Deepak_helloworld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Deepak_helloworld.java -------------------------------------------------------------------------------- /JAVA/Deepak_odd_even.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Deepak_odd_even.java -------------------------------------------------------------------------------- /JAVA/Deepak_square.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Deepak_square.java -------------------------------------------------------------------------------- /JAVA/Even_Odd.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Even_Odd.java -------------------------------------------------------------------------------- /JAVA/Factorial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Factorial.java -------------------------------------------------------------------------------- /JAVA/Gajendra_CustomStackImplementation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Gajendra_CustomStackImplementation.java -------------------------------------------------------------------------------- /JAVA/Hacktoberfest-Simple-Practice-Programmes.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Hacktoberfest-Simple-Practice-Programmes.iml -------------------------------------------------------------------------------- /JAVA/Hello.java: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /JAVA/HelloProgrammers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/HelloProgrammers.java -------------------------------------------------------------------------------- /JAVA/Insert_Element_Array_Rabina.Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Insert_Element_Array_Rabina.Java -------------------------------------------------------------------------------- /JAVA/KMP.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/KMP.java -------------------------------------------------------------------------------- /JAVA/Lihamfx.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Lihamfx.class -------------------------------------------------------------------------------- /JAVA/RecursiveMultiply.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/RecursiveMultiply.java -------------------------------------------------------------------------------- /JAVA/SquareRoot.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/SquareRoot.java -------------------------------------------------------------------------------- /JAVA/Uwanthi_SimpleCalculator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Uwanthi_SimpleCalculator.java -------------------------------------------------------------------------------- /JAVA/ValidateEvenOdd.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/ValidateEvenOdd.java -------------------------------------------------------------------------------- /JAVA/Xhiel23_CatalanNumbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Xhiel23_CatalanNumbers.java -------------------------------------------------------------------------------- /JAVA/Xhiel23_PrimeNumbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/Xhiel23_PrimeNumbers.java -------------------------------------------------------------------------------- /JAVA/addtwonum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/addtwonum.java -------------------------------------------------------------------------------- /JAVA/fida501_inheritance.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/fida501_inheritance.class -------------------------------------------------------------------------------- /JAVA/fida501_inheritance.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/fida501_inheritance.java -------------------------------------------------------------------------------- /JAVA/inheritence.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/inheritence.java -------------------------------------------------------------------------------- /JAVA/karprekar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/karprekar.java -------------------------------------------------------------------------------- /JAVA/lihamfx_HelloWorld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/lihamfx_HelloWorld.java -------------------------------------------------------------------------------- /JAVA/nirudi_ForLoop.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/nirudi_ForLoop.java -------------------------------------------------------------------------------- /JAVA/sorting-programs/BubbleSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sorting-programs/BubbleSort.java -------------------------------------------------------------------------------- /JAVA/sorting-programs/InsertionSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sorting-programs/InsertionSort.java -------------------------------------------------------------------------------- /JAVA/sorting-programs/QuickSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sorting-programs/QuickSort.java -------------------------------------------------------------------------------- /JAVA/sorting-programs/SelectionSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sorting-programs/SelectionSort.java -------------------------------------------------------------------------------- /JAVA/sorting-programs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sorting-programs/readme.md -------------------------------------------------------------------------------- /JAVA/square-two-nos-sachin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/square-two-nos-sachin.java -------------------------------------------------------------------------------- /JAVA/sum_of_n_natural_number.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/sum_of_n_natural_number.java -------------------------------------------------------------------------------- /JAVA/swap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/swap.java -------------------------------------------------------------------------------- /JAVA/thisarathushan1_bubblesort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/thisarathushan1_bubblesort.java -------------------------------------------------------------------------------- /JAVA/yugrajani_Uppercase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/JAVA/yugrajani_Uppercase.java -------------------------------------------------------------------------------- /Javascript/Bibekdhkl-Helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/Bibekdhkl-Helloworld.js -------------------------------------------------------------------------------- /Javascript/Bikram_helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/Bikram_helloworld.js -------------------------------------------------------------------------------- /Javascript/Calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/Calculator -------------------------------------------------------------------------------- /Javascript/HelloProgrammers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/HelloProgrammers.js -------------------------------------------------------------------------------- /Javascript/Prakash_helloworld.js: -------------------------------------------------------------------------------- 1 | console.log('hello world'); 2 | -------------------------------------------------------------------------------- /Javascript/SauravSunar_hello_world.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/SauravSunar_hello_world.js -------------------------------------------------------------------------------- /Javascript/SauravSunar_sum_of_2number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/SauravSunar_sum_of_2number.js -------------------------------------------------------------------------------- /Javascript/Twopill_insert_element_to_array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/Twopill_insert_element_to_array.js -------------------------------------------------------------------------------- /Javascript/Whtsapp autmation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/Whtsapp autmation.js -------------------------------------------------------------------------------- /Javascript/YasminBraga_IfElse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/YasminBraga_IfElse.js -------------------------------------------------------------------------------- /Javascript/YasminBraga_SumOfTwoNum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/YasminBraga_SumOfTwoNum.js -------------------------------------------------------------------------------- /Javascript/YasminBraga_helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/YasminBraga_helloworld.js -------------------------------------------------------------------------------- /Javascript/ankit_cube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/ankit_cube.js -------------------------------------------------------------------------------- /Javascript/ankit_squarenumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/ankit_squarenumber.js -------------------------------------------------------------------------------- /Javascript/binary-to-decimal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/binary-to-decimal.js -------------------------------------------------------------------------------- /Javascript/bubble-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/bubble-sort.js -------------------------------------------------------------------------------- /Javascript/caeser_cipher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/caeser_cipher.js -------------------------------------------------------------------------------- /Javascript/eddges_quick_sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/eddges_quick_sort.js -------------------------------------------------------------------------------- /Javascript/heyworld_Ankit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/heyworld_Ankit.js -------------------------------------------------------------------------------- /Javascript/hrishikesh_javascript_quicksort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/hrishikesh_javascript_quicksort.js -------------------------------------------------------------------------------- /Javascript/js-helloworld-nabin.js: -------------------------------------------------------------------------------- 1 | console.log('Hello world!") 2 | -------------------------------------------------------------------------------- /Javascript/mitpancholi_octal_to_binary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/mitpancholi_octal_to_binary.js -------------------------------------------------------------------------------- /Javascript/olga_binary_to_decimal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/olga_binary_to_decimal.js -------------------------------------------------------------------------------- /Javascript/pascal_guessing_game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/pascal_guessing_game.js -------------------------------------------------------------------------------- /Javascript/pascal_trianglepattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/pascal_trianglepattern.js -------------------------------------------------------------------------------- /Javascript/prabidhi_helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/prabidhi_helloworld.js -------------------------------------------------------------------------------- /Javascript/print_sum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/print_sum.js -------------------------------------------------------------------------------- /Javascript/rahuldahal_bubbleSort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/rahuldahal_bubbleSort.js -------------------------------------------------------------------------------- /Javascript/rahuldahal_calculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/rahuldahal_calculator.js -------------------------------------------------------------------------------- /Javascript/remove_duplicates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/remove_duplicates.js -------------------------------------------------------------------------------- /Javascript/reversing_name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/reversing_name.js -------------------------------------------------------------------------------- /Javascript/selection_sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/selection_sort.js -------------------------------------------------------------------------------- /Javascript/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/server.js -------------------------------------------------------------------------------- /Javascript/shades-7_sum_of_two_numbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/shades-7_sum_of_two_numbers.js -------------------------------------------------------------------------------- /Javascript/siddharth_insertion_sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/siddharth_insertion_sort.js -------------------------------------------------------------------------------- /Javascript/time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/time.js -------------------------------------------------------------------------------- /Javascript/uppercasejs_ankit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/uppercasejs_ankit.js -------------------------------------------------------------------------------- /Javascript/wahidari_change_letter_to_uppercase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wahidari_change_letter_to_uppercase.js -------------------------------------------------------------------------------- /Javascript/wahidari_check_number_is_odd_or_even.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wahidari_check_number_is_odd_or_even.js -------------------------------------------------------------------------------- /Javascript/wahidari_check_palindrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wahidari_check_palindrome.js -------------------------------------------------------------------------------- /Javascript/wahidari_find_square_of_number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wahidari_find_square_of_number.js -------------------------------------------------------------------------------- /Javascript/wave-effect/CSS_Water_Wave_Gradient_Animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wave-effect/CSS_Water_Wave_Gradient_Animation.html -------------------------------------------------------------------------------- /Javascript/wave-effect/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Javascript/wave-effect/wave.png -------------------------------------------------------------------------------- /MergeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/MergeSort.cpp -------------------------------------------------------------------------------- /Others/Quadratic Equation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Others/Quadratic Equation -------------------------------------------------------------------------------- /PHP/Bikram_helloworld.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /PHP/another_hello_world.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/PHP/another_hello_world.php -------------------------------------------------------------------------------- /PHP/hello world.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/PHP/hello world.php -------------------------------------------------------------------------------- /PHP/helloworld.php_Ankit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/PHP/helloworld.php_Ankit.php -------------------------------------------------------------------------------- /Perl/briyoman_helloworld.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Perl/briyoman_helloworld.pl -------------------------------------------------------------------------------- /Perl/pascal_square.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Perl/pascal_square.pl -------------------------------------------------------------------------------- /Python/ACtivation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/ACtivation.py -------------------------------------------------------------------------------- /Python/ASCII.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/ASCII.py -------------------------------------------------------------------------------- /Python/AayushKumar_binarySearch .py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/AayushKumar_binarySearch .py -------------------------------------------------------------------------------- /Python/BinaryTreeTraversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/BinaryTreeTraversal.py -------------------------------------------------------------------------------- /Python/BubbleSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/BubbleSort.py -------------------------------------------------------------------------------- /Python/Chacha!!OChacha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Chacha!!OChacha.py -------------------------------------------------------------------------------- /Python/Decimal-to-Binary(octal-Hex)-sachin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Decimal-to-Binary(octal-Hex)-sachin.py -------------------------------------------------------------------------------- /Python/DhurbaBaral_sumoftwonumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/DhurbaBaral_sumoftwonumbers -------------------------------------------------------------------------------- /Python/Duplicate Finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Duplicate Finder.py -------------------------------------------------------------------------------- /Python/FibonacciNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/FibonacciNumber.py -------------------------------------------------------------------------------- /Python/FlippingBits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/FlippingBits.py -------------------------------------------------------------------------------- /Python/HelloProgrammers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/HelloProgrammers.py -------------------------------------------------------------------------------- /Python/JadooAndDNATranscription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/JadooAndDNATranscription.py -------------------------------------------------------------------------------- /Python/JadooHatesNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/JadooHatesNumbers.py -------------------------------------------------------------------------------- /Python/JadooVsKoba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/JadooVsKoba.py -------------------------------------------------------------------------------- /Python/Leapyear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Leapyear.py -------------------------------------------------------------------------------- /Python/LogisticRegression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/LogisticRegression.py -------------------------------------------------------------------------------- /Python/MergeSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/MergeSort.py -------------------------------------------------------------------------------- /Python/Primality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Primality.py -------------------------------------------------------------------------------- /Python/Ram_helloworld.py: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /Python/ReasonsWhy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/ReasonsWhy.py -------------------------------------------------------------------------------- /Python/Simple calculator in python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Simple calculator in python -------------------------------------------------------------------------------- /Python/Topekz_sumofnumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Topekz_sumofnumbers.py -------------------------------------------------------------------------------- /Python/Vaibhav_helloWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/Vaibhav_helloWorld.py -------------------------------------------------------------------------------- /Python/ZahraShahid_CountingSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/ZahraShahid_CountingSort.py -------------------------------------------------------------------------------- /Python/ZahraShahid_InsertionSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/ZahraShahid_InsertionSort.py -------------------------------------------------------------------------------- /Python/add_numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/add_numbers.py -------------------------------------------------------------------------------- /Python/bahun1666.py: -------------------------------------------------------------------------------- 1 | print("hello world") 2 | -------------------------------------------------------------------------------- /Python/base64-dec-enc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/base64-dec-enc.py -------------------------------------------------------------------------------- /Python/basic-calculator-nishant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/basic-calculator-nishant.py -------------------------------------------------------------------------------- /Python/binary_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/binary_search.py -------------------------------------------------------------------------------- /Python/bubble_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/bubble_sort.py -------------------------------------------------------------------------------- /Python/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/calculator.py -------------------------------------------------------------------------------- /Python/decimal_to_binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/decimal_to_binary.py -------------------------------------------------------------------------------- /Python/find_factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/find_factorial.py -------------------------------------------------------------------------------- /Python/for-loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/for-loop.py -------------------------------------------------------------------------------- /Python/hello-world.py: -------------------------------------------------------------------------------- 1 | if __name__=="__main__": 2 | print("Hello World") 3 | -------------------------------------------------------------------------------- /Python/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/hello.py -------------------------------------------------------------------------------- /Python/if-else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/if-else.py -------------------------------------------------------------------------------- /Python/insert-to-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/insert-to-array.py -------------------------------------------------------------------------------- /Python/jump_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/jump_search.py -------------------------------------------------------------------------------- /Python/magicaljellybeans_insertionsort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/magicaljellybeans_insertionsort.py -------------------------------------------------------------------------------- /Python/multiplication_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/multiplication_table.py -------------------------------------------------------------------------------- /Python/name_helloworld.py: -------------------------------------------------------------------------------- 1 | print("helloworld") 2 | -------------------------------------------------------------------------------- /Python/nischal_helloworld.py: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /Python/odd-even.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/odd-even.py -------------------------------------------------------------------------------- /Python/palindrome-detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/palindrome-detector.py -------------------------------------------------------------------------------- /Python/palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/palindrome.py -------------------------------------------------------------------------------- /Python/pandas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/pandas -------------------------------------------------------------------------------- /Python/prabidhi_helloworld.py: -------------------------------------------------------------------------------- 1 | print('helloworld') 2 | -------------------------------------------------------------------------------- /Python/primeNumber_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/primeNumber_checker.py -------------------------------------------------------------------------------- /Python/python calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/python calculator -------------------------------------------------------------------------------- /Python/quick_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/quick_sort.py -------------------------------------------------------------------------------- /Python/randika97_BubbleSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/randika97_BubbleSort.py -------------------------------------------------------------------------------- /Python/random_number_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/random_number_gen.py -------------------------------------------------------------------------------- /Python/rojen11_palindromeTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/rojen11_palindromeTest.py -------------------------------------------------------------------------------- /Python/scatterplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/scatterplot -------------------------------------------------------------------------------- /Python/send_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/send_email.py -------------------------------------------------------------------------------- /Python/square-num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/square-num.py -------------------------------------------------------------------------------- /Python/sudokusolver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/sudokusolver.py -------------------------------------------------------------------------------- /Python/sujanp100_helloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/sujanp100_helloworld.py -------------------------------------------------------------------------------- /Python/sum-of-digits-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/sum-of-digits-number.py -------------------------------------------------------------------------------- /Python/sum-two-numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/sum-two-numbers.py -------------------------------------------------------------------------------- /Python/telegrambot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/telegrambot.py -------------------------------------------------------------------------------- /Python/the-nathan-smith_decimal-to-binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/the-nathan-smith_decimal-to-binary.py -------------------------------------------------------------------------------- /Python/torrent_link_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/torrent_link_finder.py -------------------------------------------------------------------------------- /Python/uppercase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Python/uppercase.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/README.md -------------------------------------------------------------------------------- /ReverseShell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/ReverseShell.c -------------------------------------------------------------------------------- /Ruby/bubble_sort.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Ruby/bubble_sort.rb -------------------------------------------------------------------------------- /Ruby/bucket_sort.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Ruby/bucket_sort.rb -------------------------------------------------------------------------------- /Ruby/insertion_sort.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Ruby/insertion_sort.rb -------------------------------------------------------------------------------- /Rust/helo_world.rs: -------------------------------------------------------------------------------- 1 | fn main(){ 2 | println!("Hello world"); 3 | } -------------------------------------------------------------------------------- /Terraform/terraform-hello-world.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/Terraform/terraform-hello-world.tf -------------------------------------------------------------------------------- /code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/code_of_conduct.md -------------------------------------------------------------------------------- /insertionsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigyanic/Hacktoberfest-Simple-Practice-Programmes/HEAD/insertionsort.cpp --------------------------------------------------------------------------------