├── .DS_Store ├── .travis.yml ├── ASSIGNMENTS ├── .gitignore ├── 12 hr to 24 hr format ├── 3rd Largest number in Unsorted Array.md ├── A Game of Robots.md ├── ACIIIproduct.txt ├── ATM problem.md ├── Advanced prob_FizzBuzz ├── ArmstrongNumber.txt ├── Beginners Problem 2.0 ├── BikeRace.pdf ├── Binary Multiple of 3 ├── BirthdayParty.txt ├── BirthdayTreat.pdf ├── Bishu and his Girlfriend.md ├── Circular primes.md ├── CompareLists ├── Counting Capcitors.md ├── Darts.md ├── DiagonalBinaryTree.pdf ├── Directions Reduction.md ├── Don't Jump.md ├── EPasswordRiddle.md ├── EVEN FIBONACCI NUMBERS.md ├── Editorial Problem 3.pdf ├── Empty Bottles.txt ├── Factorize problem ├── Find Sum square Difference.md ├── First_Hundred_natural_no_cubic.md ├── Hello world.md ├── HelpKatekar.md ├── LCM GCD.txt ├── LCS.cpp ├── Largest Palindrome ├── Largest Palindrome.md ├── LargestSubarrayPrime.txt ├── Magic N-gon ring.md ├── Manhattan distance ├── Mystery.md ├── Mystery.txt ├── Nth power of Digit.md ├── Number Game.txt ├── OctalDecimal ├── Pandigital Prime.md ├── Question for practice ├── ReadFile ├── Reduction Game.md ├── ReductionGame.py ├── ReverseDict.md ├── SquaresGame.md ├── SumDoublyLinkedList.txt ├── SwimmingPool.md ├── Triominoes.md ├── Unusual game.md ├── WaitForIt.pdf ├── allocate_servers.txt ├── bfs_spanni_tree ├── fibonacci.md ├── grid_illumination.txt ├── lcm_gcd.txt ├── printPattern.txt ├── pyramidPatterns ├── reverse-word.md ├── rockPaperScissor.md ├── sum -Factorial digit.md └── video posts.md ├── COMPETITORS ├── Readme.md └── competitors.md ├── OPEN CHALLENGE ├── .gitignore ├── 10_21 Hacktoberfest.py ├── 2dimensionalArray.java ├── ATM.py ├── AVL_tree.cpp ├── Armstrong_number.c ├── ArrayOperations.cpp ├── AstarArray.CPP ├── AzureHack.ps1 ├── BFS.cpp ├── Bellman_Ford.py ├── BinarySearch.swift ├── BubbleSort-In-Brainfuck.bf ├── BubbleSort.py ├── Count_No._Of_Zeros.cpp ├── CurrencyFormatterToIDR ├── D3 Visualisation │ ├── data-02.json │ ├── data.json │ ├── index.html │ ├── network.css │ └── network.js ├── Decimal to bainary ├── Dinosaur.py ├── EVEN_FIBONACCI_NUMBERS.py ├── FizzBuzz.py ├── Forest Cover Type │ ├── Data visualization │ │ ├── aspect.png │ │ ├── cover type distribution.png │ │ ├── elevation.png │ │ ├── hd_to_firepoints.png │ │ ├── hd_to_hydro.png │ │ ├── hd_to_roadways.png │ │ ├── hillshade_3pm.png │ │ ├── hillshade_9am.png │ │ ├── hillshade_noon.png │ │ ├── important_features.png │ │ ├── slope.png │ │ ├── soil15 vs cover.png │ │ ├── soil7 vs cover.png │ │ └── vd_to_hydro.png │ ├── Final Submission.csv │ └── final_forest_cover.py ├── HELLO WORLD.cpp ├── Hello.js ├── HelloWorld.py ├── HellodearWorld.py ├── Helloworld.m ├── HighestFrequency.java ├── JavaScript-Sync-Delay.js ├── LeftRotation.py ├── MO_ALGO.cpp ├── MathPractice.java ├── MillerRabin.cpp ├── Monk and the Magical Candy Bags ├── PalindromeCheck.java ├── Pendulum_Arrangement ├── Plot.py ├── ReadWriteDel.go ├── ReverseString.py ├── ReverseVowels.py ├── RockPaperScissors.R ├── Roman Numeral Converter.js ├── RoundRobin │ ├── InputFile1.txt │ ├── InputFile2.txt │ ├── OutputFile1.txt │ ├── OutputFile2.txt │ ├── OutputFile3.txt │ └── RoundRobin.java ├── SHA-1_key.py ├── STRIASS.CPP ├── SegmentTree.java ├── SparseArray.java ├── Special Pythagorean triplet ├── StopPanel.html ├── StringToInt.java ├── Strings ├── TF-IDF.R ├── Tic-tac-toe.py ├── TopoSort.cpp ├── TurboCStackImp.cpp ├── Typing-Effect-byWaheedAfolabi │ ├── img │ │ ├── kevin-night-watch.jpg │ │ └── night-watch.jpg │ ├── index.html │ ├── main.js │ └── style.css ├── bubblesort.php ├── changeInArray.cpp ├── compareMergesortHeapsortQuicksort.c ├── compressString.java ├── concurrentTennisSimulator.go ├── count_prime_(highconstraint).py ├── cpu_stats │ ├── README.md │ ├── cpustats.py │ └── output.txt ├── create_address_mail ├── decimalTObinary.java ├── decimal_to_binary.html ├── decode_encode_ASCII.js ├── digital_clock.php ├── dijkstra.cpp ├── dogfooding.rb ├── dynamicArray.c ├── enemyPuzzle.js ├── face-detection │ ├── Cascades │ │ ├── haarcascade_eye.xml │ │ └── haarcascade_frontalface_default.xml │ └── facedetection.py ├── fibo.cpp ├── fibonacci.c ├── findASCIIvalue.java ├── fruitDetection.py ├── graphs.py ├── great.c ├── hacktoberfest open challenge ├── hello-world.cpp ├── hello-world.pas ├── hello-world.ts ├── helloNameWorld.js ├── helloWorldGoLang.go ├── hello_world.bf ├── hello_world.py ├── hello_world_in_brainfuck.bf ├── helloworld.c ├── hellworld.php ├── heloctober.py ├── highestOccuring.java ├── ip-parser.py ├── largest_unique_substr.py ├── marge-simpson.html ├── matrix.c ├── mockApi.go ├── mockApi.js ├── mockApi.json ├── newYearChaos.py ├── p1.c ├── p2.c ├── palidromo.c ├── palindrome.pl ├── pandas_numpy_operations.py ├── parlindrome.js ├── pattern.java ├── q1.c ├── q2.c ├── q3.c ├── q4.c ├── q5.c ├── q6.c ├── quine_c.c ├── radixSortMSB.py ├── read_file.py ├── rev_array.cpp ├── reverse-word.go ├── reverse-word.js ├── reverse.js ├── robotgame.cpp ├── roll_dice.py ├── rsa.py ├── security_system.ino ├── shapeSizenColor.py ├── sigmoid_graph.py ├── sudokusolver.cpp ├── sum-of-multiples.cpp ├── termistor_arduino.ino ├── time_difference.c ├── uri1110 - Jogando Cartas Fora.py ├── water_jug.py ├── website.html ├── youtube │ ├── README.md │ └── youtube.py └── z-algorithm.cpp ├── README.md ├── SOLUTIONS ├── OctalDecimalConversion.c ├── 12 hr format to 24 hr format ├── 12hrto24hrformat.js ├── 1_Common_Elements.c ├── 1_Recursive_Even_num.c ├── 3rd Largest number in Unsorted Array ├── 3rd largest.py ├── 3rd-Largest-number-in-Unsorted-Array.swift ├── 3rdMax.py ├── A game of robots.cpp ├── A new way to say hello world.java ├── ACIIIProduct.py ├── ACIIIproduct.js ├── ACIIIproduct.py ├── ACIIIproduct.ts ├── ASCII.PY ├── ASCII2.py ├── ASCIIARThelloworld.py ├── ASCIICODE.PY ├── ASCIIIProduct.go ├── ASCIIProduct.java ├── ASCIIProduct.js ├── ASCII_CODE_STRING.py ├── ASCII_PROD.py ├── ASCII_product.c ├── ASCII_product.py ├── ASCIIproduct.py ├── ATM problem.py ├── ATM.cpp ├── ATMProblem.java ├── ATMProblem_Sol.cpp ├── ATM_Problem_Solution ├── ATM_SOLUTION.py ├── ATM_problem.c ├── ATM_problem.cpp ├── ATM_problem_sol.c ├── ATMproblem.cpp ├── A_Game_Of_Robots.py ├── Advanced prob_FizzBuzz.py ├── Armstrong.py ├── BeginerProblem2.py ├── BeginnerProblem.js ├── BeginnerProblem2.go ├── BeginnerProblem_2.0.c ├── Beginner_Problem.java ├── Beginners Problem 2.0.py ├── BeginnersProblem2.0.py ├── BeginnersProblem2.c ├── BeginnersProblem2.java ├── Beginners_Problem2.py ├── Beginners_Problem3.py ├── Best_Numbers.java ├── Best__Numbers.java ├── BikeRace ├── BikeRace.py ├── Binary Multiple of 3.c ├── Binary Multiple of 3.py ├── BinaryMultOf3.py ├── BinaryMultipleOf3.cpp ├── BinaryMultipleOf3Trick.java ├── BinaryMultipleOfThree.cpp ├── BinaryMultipleOfThree.java ├── Binary_Multiple_of_3.py ├── Binary_multiple_of_3.py ├── BirthdayParty.java ├── BirthdayParty.py ├── BirthdayPartyProblem.py ├── BirthdayTreat.java ├── BirthdayTreat.py ├── CIRPRIME.CPP ├── Census_of_cesar.py ├── Choosing the judges.cpp ├── Circular primes.py ├── Circular.dev ├── CircularPrime.cpp ├── CircularPrimes.py ├── Circular_Primes.js ├── Circular_Primes.ts ├── Compare list.py ├── Compare-Lists.py ├── CompareLists.py ├── CountCap.cpp ├── Counting Number of Ways.cpp ├── Counting_Capacitors.py ├── DBT.dev ├── DLinkedList.cpp ├── DLinkledList.cpp ├── Data_Time.bal ├── DiagonalBinaryTree.cpp ├── DiagonalBinaryTree.py ├── Directions Reduction.js ├── EMPTY_BOTTLESS.py ├── EVEN_FIBONACCI_NUMBER.py ├── Empty Bottles.py ├── EmptyBottle.py ├── EmptyBottles.cpp ├── EmptyBottles.java ├── EmptyBottles_Sol.cpp ├── Empty_Bottles.py ├── Even-Fibinacci-Numbers.py ├── EvenFibonacciNumbers.cpp ├── EvenFibonacciNumbers.kt ├── EvenFibonnaciSum ├── Evenfibonaccinumbers.py ├── Factorial.c ├── Factorize.cpp ├── FactorizeProblem.cpp ├── Factorize_problem.cpp ├── Fibonacci.cob ├── Fibonacci.java ├── Find Sum square Difference problem.cpp ├── Find Sum square Difference.c ├── Find Sum square Difference.cpp ├── Find Sum square Difference.java ├── Find Sum square Difference.py ├── FindFactors.go ├── FindSumSquareDifference.kt ├── Find_Sum_square_Difference.py ├── Find_the_sum_square_difference.py ├── Finding_Successor_in_BST ├── First_Hundred_natural_no_cubic.py ├── FizzBuzz.cpp ├── FizzBuzz.go ├── FizzBuzz.py ├── Fizzbuzz Assignment Answer ├── Flowers.py ├── FloydTriangle.c ├── GCD.py ├── Game Of Robots ├── GirlFriend.java ├── HELLOWORLD.CPP ├── HELLOWORLD.PY ├── Hacktoberfest.py ├── HeLLoWoLd.py ├── Hello ├── Hello World ├── Hello World.c ├── Hello World.html ├── Hello World.py ├── Hello world.cpp ├── Hello world.go ├── Hello world.sh ├── Hello%20World[1] ├── Hello.ts ├── HelloWorld-hacktoberfest.cpp ├── HelloWorld.asm ├── HelloWorld.bal ├── HelloWorld.bf ├── HelloWorld.clj ├── HelloWorld.cs ├── HelloWorld.f08 ├── HelloWorld.java ├── HelloWorld.js ├── HelloWorld.kt ├── HelloWorld.lazyk ├── HelloWorld.lol ├── HelloWorld.lua ├── HelloWorld.m ├── HelloWorld.ook ├── HelloWorld.php ├── HelloWorld.pike ├── HelloWorld.swift ├── HelloWorld.ts ├── HelloWorld99.py ├── HelloWorldClass.java ├── HelloWorldJS.js ├── HelloWorldJava.java ├── HelloWorldProgram.java ├── HelloWorld_F_Sharp.fs ├── HelloWorld__SagarSuri.cpp ├── HelloWorld_jotkate.cs ├── Hello_World(in_C++).cpp ├── Hello_World.cpp ├── Hello_World.html ├── Hello_World.py ├── Hello_World_cpp14.cpp ├── Hello_World_using_Tensorflow.py ├── Hello_world_python.py ├── HellohWorld.py ├── Helloworld.php ├── HiWorld.py ├── HidePage.html ├── JavaEmailer ├── JavaHelloWorldProblem.java ├── Kadane's Algorithm ├── LCM__GCD.cpp ├── Largest Palindrome.c ├── LargestSubarrayPrime.cpp ├── LargestSubarrayPrime.py ├── LengthofLargestSub_Array.py ├── Magic_no.cpp ├── Math.bal ├── MathException.bal ├── ModularExp.cpp ├── MyHelloWorld.java ├── Mystery.c ├── Mystery.java ├── Mystery.py ├── Mystery.rb ├── Mystery2.java ├── NThPower.py ├── NUMBGAME.java ├── NthPowerOfDigit ├── NthPowerOfDigit.cpp ├── Number_game_in_c++.txt ├── Octal-Decimal.cpp ├── OctalDecimal ├── OctalDecimal.go ├── OctalDecimal.java ├── OctalDecimal.js ├── OrderedDict.py ├── Palindrome.java ├── PalindromeNumber.java ├── Palindrome_check_for_word.py ├── Pandigital Prime.py ├── Pandigital prime.c ├── Product-of-ASCII-VALUES-OF-STRING ├── Program.cs ├── Question Paper.py ├── REVERSE_WORDS_IN_PYTHON.py ├── RPSchallenge ├── ReadFile.php ├── ReadFile_Python.py ├── Reduction-game.cpp ├── Reflection.java ├── Reverse-Word.java ├── Reverse-Word.py ├── Reverse-Word1.py ├── ReverseDict.py ├── ReverseDict1.py ├── ReverseWord.groovy ├── ReverseWord.java ├── ReverseWord.py ├── ReverseWordCodeInJava.java ├── ReverseWordInJava.java ├── ReverseWordJava.java ├── ReverseWordOrder.java ├── ReverseWordPython3.py ├── Reverse_word.java ├── Rock, paper, scissors.. ├── RockPaperScissorsJS ├── Rock_Paper_Scissor.java ├── Rock_paper_scissors2.py ├── Roman_num_conversion.cpp ├── SUMSQUAREDIFF ├── ScoreKeeper.html ├── ScoreKeeper.js ├── Search for Pretty Integers.py ├── Selection_sort.cpp ├── Stack1.c ├── StrangeAttendancceSystem.java ├── StrategyPattern.java ├── SubSetSumDynamicProgramming ├── Sum Factorial Digit.py ├── SumFactorialDigit.go ├── SumOfFactorialDigits.java ├── SumOfFactorialDigits.scala ├── Sum_Factorial_digit.java ├── TimWHelloWorld.html ├── UnionFind.py ├── UnusualGame.ipynb ├── VideoPosts.java ├── While.bal ├── XORAGN.cpp ├── _hello_world.java ├── allocate_servers_sol.py ├── amgnum.pl ├── ankit ├── ascii1product.py ├── asciiProd.class ├── asciiProd.java ├── asciipro.py ├── atm-solution.py ├── atm1.py ├── atm_machine.py ├── atmprob.c ├── begChang.c ├── beginer2.0.cpp ├── beginersProblem.py ├── beginers_problem.py ├── beginnerprob2.c ├── beginnersProblem2.cpp ├── begprob2.py ├── bellman-ford.cpp ├── binary_3.py ├── binary_multiple_3.py ├── binary_multiple_of_3 ├── binary_multiple_of_3.js ├── binary_multiple_of_three.py ├── birthday prob.cpp ├── bishu_and_girlfriend.cpp ├── bubble-sort.jl ├── calender.py ├── chetan gaur ├── circular_primes.py ├── circular_primes.rb ├── circularprimes.py ├── compare_lists.py ├── compare_lists_s.py ├── comparelist.py ├── comparelistpython.py ├── config.inc.php ├── convert.py ├── countCap.py ├── cp.py ├── darts_solution.py ├── decimal_octal_conversion.rb ├── decimaltobainary.md ├── digits_removal_and_div.cpp ├── empty_bottles.py ├── emptybottles.c ├── emptybottles.py ├── epass.cpp ├── evenFiboonacciNumbers.cpp ├── even_fibonacci_numbers.hs ├── even_fibonacci_numbers.java ├── factsum.py ├── fib.pl ├── fibonacci.cpp ├── fibonacci.js ├── fibonacci.py ├── fibonacci3.py ├── findASCIIvalue.java ├── find_sum_square_diff.py ├── find_sum_square_difference.py ├── find_sum_square_diiference.py ├── fizzBuzz.js ├── fizzbuzz ├── fizzbuzz.java ├── fizzbuzz.js ├── fizzbuzz.py ├── fizzbuzz.ts ├── freq.py ├── frequency.py ├── gcd_and_lcm_of_array.py ├── gcd_array.py ├── gcd_lcm.py ├── gcd_lcm_fromArray.py ├── gdlhello.js ├── getuserinput.c ├── grid_illumination_sol.py ├── hac.c ├── halfPyramid.c ├── happyNumber.py ├── hc.c ├── hello world.bat ├── hello world.cpp ├── hello-world ├── hello-world-2.py ├── hello-world.java ├── hello-world.py ├── hello.c ├── hello.js ├── hello.py ├── hello.rs ├── helloWorld.R ├── helloWorld.kt ├── helloWorld.py ├── hello_world.bf ├── hello_world.c ├── hello_world.class ├── hello_world.cpp ├── hello_world.cr ├── hello_world.ex ├── hello_world.hs ├── hello_world.java ├── hello_world.jl ├── hello_world.js ├── hello_world.m ├── hello_world.php ├── hello_world.pl ├── hello_world.py ├── hello_world.rb ├── hello_world.rs ├── hello_world.scala ├── hello_world.vbs ├── hello_world1.c ├── hello_world_.c ├── hello_world_Marcos.py ├── helloworld ├── helloworld.c ├── helloworld.cpp ├── helloworld.gml ├── helloworld.hs ├── helloworld.lisp ├── helloworld.py ├── helloworld.rb ├── helloworld217.py ├── helloworld_js_and_html.html ├── helpKatekar.py ├── hh ├── input.txt ├── invertedPyramid.c ├── isPalindrome.py ├── largest_palindrome.java ├── largest_palindrome.rb ├── lcm.cpp ├── lcm.java ├── lcm.py ├── lcm1.py ├── lcm_gcd.py ├── lcm_gcd1.py ├── lcmandgcd.py ├── lcmcode.py ├── lcmgcd.py ├── marge-simpson.html ├── matrix.js ├── max.py ├── mistery.py ├── mixed_knapsack.cpp ├── myACIIIProduct.py ├── myBinaryMultipleOf3.cpp ├── myatm.cpp ├── nfibonac.cpp ├── numbergame.cpp ├── octal_decimal.py ├── palindrome-gauthamlal.js ├── palindrome.c ├── palindrome.js ├── palindrome.py ├── pallindromeofstring.cpp ├── pandigitalPrime.cpp ├── primeNum.py ├── prob_fizz_buzz.py ├── problem2.cpp ├── pyramid.c ├── pyramidPatterns.c ├── questionforpractice.c ├── raw3.md ├── readFile-DNHuan.cpp ├── readFile-paolaguarasci.cpp ├── readfile.py ├── readinput.py ├── readline.c ├── reduction game ├── reduction.dev ├── register.py ├── reverse-Word-Python.py ├── reverse-a-word.js ├── reverse-word ├── reverse-word-in-sentence.js ├── reverse-word-java.java ├── reverse-word-molcay.py ├── reverse-word-python.py ├── reverse-word-recurse.py ├── reverse-word-solve.py ├── reverse-word.js ├── reverse-word.py ├── reverse-word.rb ├── reverse-word.scala ├── reverse-word7.js ├── reverseWord.cpp ├── reverseWord.py ├── reverse_aword.py ├── reverse_of_a_sentence ├── reverse_ordered_dict.py ├── reverse_string.py ├── reverse_word.c ├── reverse_word.go ├── reverse_word.hs ├── reverse_word.js ├── reverse_word.py ├── reverse_word.rb ├── reverse_word.ts ├── reverse_word1.py ├── reverse_word2.py ├── reverse_word_.py ├── reverse_word_quirkysquid.py ├── reverse_word_simple.py ├── reverse_words.py ├── robo.cpp ├── rock ,paper, scissors ├── rock-paper-scissors.py ├── rockPaperScissors-DNHuan.cpp ├── rock_paper.py ├── rock_paper_scissors.py ├── rock_paper_scissors_beckton.py ├── rockpaperscissors.py ├── rockpaperscissors1.py ├── rvstring.py ├── sample.txt ├── search.cpp ├── sens numbers ├── sol ├── solution_hw.py ├── stringReverse.py ├── sum - Factorial digits.c ├── sum -Factorial digit.py ├── sum--factorial digit.py ├── sumDoublyLinkedList.java ├── sumFactorialDigits.cpp ├── sum_doubly_linked_list.js ├── sum_doubly_linked_list.ts ├── sum_sq_diff.py ├── sum_square_difference.cpp ├── sumdoublyll.py ├── sumfactorialdigit.py ├── sumofnum.py ├── tree when given infix and prefix ├── triominoes.py ├── tweets_extraction.py ├── uppercase.py ├── validAnagram.py ├── vertumnoACIIIProduct.py ├── waitForIt.cpp ├── waitForIt.py ├── word_reverse.py └── yP_ASCIIProduct.py ├── Screenshot 2018-10-28 at 7.18.54 PM.png └── tests ├── blueBlurSmallButton.png └── test_hello.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/.DS_Store -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/.travis.yml -------------------------------------------------------------------------------- /ASSIGNMENTS/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /ASSIGNMENTS/12 hr to 24 hr format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/12 hr to 24 hr format -------------------------------------------------------------------------------- /ASSIGNMENTS/3rd Largest number in Unsorted Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/3rd Largest number in Unsorted Array.md -------------------------------------------------------------------------------- /ASSIGNMENTS/A Game of Robots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/A Game of Robots.md -------------------------------------------------------------------------------- /ASSIGNMENTS/ACIIIproduct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ACIIIproduct.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/ATM problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ATM problem.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Advanced prob_FizzBuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Advanced prob_FizzBuzz -------------------------------------------------------------------------------- /ASSIGNMENTS/ArmstrongNumber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ArmstrongNumber.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/Beginners Problem 2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Beginners Problem 2.0 -------------------------------------------------------------------------------- /ASSIGNMENTS/BikeRace.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/BikeRace.pdf -------------------------------------------------------------------------------- /ASSIGNMENTS/Binary Multiple of 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Binary Multiple of 3 -------------------------------------------------------------------------------- /ASSIGNMENTS/BirthdayParty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/BirthdayParty.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/BirthdayTreat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/BirthdayTreat.pdf -------------------------------------------------------------------------------- /ASSIGNMENTS/Bishu and his Girlfriend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Bishu and his Girlfriend.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Circular primes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Circular primes.md -------------------------------------------------------------------------------- /ASSIGNMENTS/CompareLists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/CompareLists -------------------------------------------------------------------------------- /ASSIGNMENTS/Counting Capcitors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Counting Capcitors.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Darts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Darts.md -------------------------------------------------------------------------------- /ASSIGNMENTS/DiagonalBinaryTree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/DiagonalBinaryTree.pdf -------------------------------------------------------------------------------- /ASSIGNMENTS/Directions Reduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Directions Reduction.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Don't Jump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Don't Jump.md -------------------------------------------------------------------------------- /ASSIGNMENTS/EPasswordRiddle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/EPasswordRiddle.md -------------------------------------------------------------------------------- /ASSIGNMENTS/EVEN FIBONACCI NUMBERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/EVEN FIBONACCI NUMBERS.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Editorial Problem 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Editorial Problem 3.pdf -------------------------------------------------------------------------------- /ASSIGNMENTS/Empty Bottles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Empty Bottles.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/Factorize problem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Factorize problem -------------------------------------------------------------------------------- /ASSIGNMENTS/Find Sum square Difference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Find Sum square Difference.md -------------------------------------------------------------------------------- /ASSIGNMENTS/First_Hundred_natural_no_cubic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/First_Hundred_natural_no_cubic.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Hello world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Hello world.md -------------------------------------------------------------------------------- /ASSIGNMENTS/HelpKatekar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/HelpKatekar.md -------------------------------------------------------------------------------- /ASSIGNMENTS/LCM GCD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/LCM GCD.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/LCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/LCS.cpp -------------------------------------------------------------------------------- /ASSIGNMENTS/Largest Palindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Largest Palindrome -------------------------------------------------------------------------------- /ASSIGNMENTS/Largest Palindrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Largest Palindrome.md -------------------------------------------------------------------------------- /ASSIGNMENTS/LargestSubarrayPrime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/LargestSubarrayPrime.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/Magic N-gon ring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Magic N-gon ring.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Manhattan distance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Manhattan distance -------------------------------------------------------------------------------- /ASSIGNMENTS/Mystery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Mystery.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Mystery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Mystery.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/Nth power of Digit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Nth power of Digit.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Number Game.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Number Game.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/OctalDecimal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/OctalDecimal -------------------------------------------------------------------------------- /ASSIGNMENTS/Pandigital Prime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Pandigital Prime.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Question for practice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Question for practice -------------------------------------------------------------------------------- /ASSIGNMENTS/ReadFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ReadFile -------------------------------------------------------------------------------- /ASSIGNMENTS/Reduction Game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Reduction Game.md -------------------------------------------------------------------------------- /ASSIGNMENTS/ReductionGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ReductionGame.py -------------------------------------------------------------------------------- /ASSIGNMENTS/ReverseDict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/ReverseDict.md -------------------------------------------------------------------------------- /ASSIGNMENTS/SquaresGame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/SquaresGame.md -------------------------------------------------------------------------------- /ASSIGNMENTS/SumDoublyLinkedList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/SumDoublyLinkedList.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/SwimmingPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/SwimmingPool.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Triominoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Triominoes.md -------------------------------------------------------------------------------- /ASSIGNMENTS/Unusual game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/Unusual game.md -------------------------------------------------------------------------------- /ASSIGNMENTS/WaitForIt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/WaitForIt.pdf -------------------------------------------------------------------------------- /ASSIGNMENTS/allocate_servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/allocate_servers.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/bfs_spanni_tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/bfs_spanni_tree -------------------------------------------------------------------------------- /ASSIGNMENTS/fibonacci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/fibonacci.md -------------------------------------------------------------------------------- /ASSIGNMENTS/grid_illumination.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/grid_illumination.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/lcm_gcd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/lcm_gcd.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/printPattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/printPattern.txt -------------------------------------------------------------------------------- /ASSIGNMENTS/pyramidPatterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/pyramidPatterns -------------------------------------------------------------------------------- /ASSIGNMENTS/reverse-word.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/reverse-word.md -------------------------------------------------------------------------------- /ASSIGNMENTS/rockPaperScissor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/rockPaperScissor.md -------------------------------------------------------------------------------- /ASSIGNMENTS/sum -Factorial digit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/sum -Factorial digit.md -------------------------------------------------------------------------------- /ASSIGNMENTS/video posts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/ASSIGNMENTS/video posts.md -------------------------------------------------------------------------------- /COMPETITORS/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/COMPETITORS/Readme.md -------------------------------------------------------------------------------- /COMPETITORS/competitors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/COMPETITORS/competitors.md -------------------------------------------------------------------------------- /OPEN CHALLENGE/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /OPEN CHALLENGE/10_21 Hacktoberfest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/10_21 Hacktoberfest.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/2dimensionalArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/2dimensionalArray.java -------------------------------------------------------------------------------- /OPEN CHALLENGE/ATM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/ATM.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/AVL_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/AVL_tree.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/Armstrong_number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Armstrong_number.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/ArrayOperations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/ArrayOperations.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/AstarArray.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/AstarArray.CPP -------------------------------------------------------------------------------- /OPEN CHALLENGE/AzureHack.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/AzureHack.ps1 -------------------------------------------------------------------------------- /OPEN CHALLENGE/BFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/BFS.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/Bellman_Ford.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Bellman_Ford.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/BinarySearch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/BinarySearch.swift -------------------------------------------------------------------------------- /OPEN CHALLENGE/BubbleSort-In-Brainfuck.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/BubbleSort-In-Brainfuck.bf -------------------------------------------------------------------------------- /OPEN CHALLENGE/BubbleSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/BubbleSort.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/Count_No._Of_Zeros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Count_No._Of_Zeros.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/CurrencyFormatterToIDR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/CurrencyFormatterToIDR -------------------------------------------------------------------------------- /OPEN CHALLENGE/D3 Visualisation/data-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/D3 Visualisation/data-02.json -------------------------------------------------------------------------------- /OPEN CHALLENGE/D3 Visualisation/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/D3 Visualisation/data.json -------------------------------------------------------------------------------- /OPEN CHALLENGE/D3 Visualisation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/D3 Visualisation/index.html -------------------------------------------------------------------------------- /OPEN CHALLENGE/D3 Visualisation/network.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/D3 Visualisation/network.css -------------------------------------------------------------------------------- /OPEN CHALLENGE/D3 Visualisation/network.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/D3 Visualisation/network.js -------------------------------------------------------------------------------- /OPEN CHALLENGE/Decimal to bainary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Decimal to bainary -------------------------------------------------------------------------------- /OPEN CHALLENGE/Dinosaur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Dinosaur.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/EVEN_FIBONACCI_NUMBERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/EVEN_FIBONACCI_NUMBERS.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/FizzBuzz.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/aspect.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/cover type distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/cover type distribution.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/elevation.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_firepoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_firepoints.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_hydro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_hydro.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_roadways.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hd_to_roadways.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_3pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_3pm.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_9am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_9am.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_noon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/hillshade_noon.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/important_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/important_features.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/slope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/slope.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/soil15 vs cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/soil15 vs cover.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/soil7 vs cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/soil7 vs cover.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Data visualization/vd_to_hydro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Data visualization/vd_to_hydro.png -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/Final Submission.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/Final Submission.csv -------------------------------------------------------------------------------- /OPEN CHALLENGE/Forest Cover Type/final_forest_cover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/Forest Cover Type/final_forest_cover.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/HELLO WORLD.cpp: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | using namespace std; 4 | int main() 5 | { 6 | cout<<"HELLO WORLD!"< 2 | int main() 3 | { 4 | printf("helloworld.c"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /OPEN CHALLENGE/hellworld.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/hellworld.php -------------------------------------------------------------------------------- /OPEN CHALLENGE/heloctober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/heloctober.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/highestOccuring.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/highestOccuring.java -------------------------------------------------------------------------------- /OPEN CHALLENGE/ip-parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/ip-parser.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/largest_unique_substr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/largest_unique_substr.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/marge-simpson.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/marge-simpson.html -------------------------------------------------------------------------------- /OPEN CHALLENGE/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/matrix.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/mockApi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/mockApi.go -------------------------------------------------------------------------------- /OPEN CHALLENGE/mockApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/mockApi.js -------------------------------------------------------------------------------- /OPEN CHALLENGE/mockApi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/mockApi.json -------------------------------------------------------------------------------- /OPEN CHALLENGE/newYearChaos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/newYearChaos.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/p1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/p1.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/p2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/p2.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/palidromo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/palidromo.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/palindrome.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/palindrome.pl -------------------------------------------------------------------------------- /OPEN CHALLENGE/pandas_numpy_operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/pandas_numpy_operations.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/parlindrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/parlindrome.js -------------------------------------------------------------------------------- /OPEN CHALLENGE/pattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/pattern.java -------------------------------------------------------------------------------- /OPEN CHALLENGE/q1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q1.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/q2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q2.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/q3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q3.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/q4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q4.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/q5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q5.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/q6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/q6.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/quine_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/quine_c.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/radixSortMSB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/radixSortMSB.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/read_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/read_file.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/rev_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/rev_array.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/reverse-word.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/reverse-word.go -------------------------------------------------------------------------------- /OPEN CHALLENGE/reverse-word.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /OPEN CHALLENGE/reverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/reverse.js -------------------------------------------------------------------------------- /OPEN CHALLENGE/robotgame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/robotgame.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/roll_dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/roll_dice.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/rsa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/rsa.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/security_system.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/security_system.ino -------------------------------------------------------------------------------- /OPEN CHALLENGE/shapeSizenColor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/shapeSizenColor.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/sigmoid_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/sigmoid_graph.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/sudokusolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/sudokusolver.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/sum-of-multiples.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/sum-of-multiples.cpp -------------------------------------------------------------------------------- /OPEN CHALLENGE/termistor_arduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/termistor_arduino.ino -------------------------------------------------------------------------------- /OPEN CHALLENGE/time_difference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/time_difference.c -------------------------------------------------------------------------------- /OPEN CHALLENGE/uri1110 - Jogando Cartas Fora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/uri1110 - Jogando Cartas Fora.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/water_jug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/water_jug.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/website.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/website.html -------------------------------------------------------------------------------- /OPEN CHALLENGE/youtube/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/youtube/README.md -------------------------------------------------------------------------------- /OPEN CHALLENGE/youtube/youtube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/youtube/youtube.py -------------------------------------------------------------------------------- /OPEN CHALLENGE/z-algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/OPEN CHALLENGE/z-algorithm.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/README.md -------------------------------------------------------------------------------- /SOLUTIONS/ OctalDecimalConversion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ OctalDecimalConversion.c -------------------------------------------------------------------------------- /SOLUTIONS/12 hr format to 24 hr format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/12 hr format to 24 hr format -------------------------------------------------------------------------------- /SOLUTIONS/12hrto24hrformat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/12hrto24hrformat.js -------------------------------------------------------------------------------- /SOLUTIONS/1_Common_Elements.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/1_Common_Elements.c -------------------------------------------------------------------------------- /SOLUTIONS/1_Recursive_Even_num.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/1_Recursive_Even_num.c -------------------------------------------------------------------------------- /SOLUTIONS/3rd Largest number in Unsorted Array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/3rd Largest number in Unsorted Array -------------------------------------------------------------------------------- /SOLUTIONS/3rd largest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/3rd largest.py -------------------------------------------------------------------------------- /SOLUTIONS/3rd-Largest-number-in-Unsorted-Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/3rd-Largest-number-in-Unsorted-Array.swift -------------------------------------------------------------------------------- /SOLUTIONS/3rdMax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/3rdMax.py -------------------------------------------------------------------------------- /SOLUTIONS/A game of robots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/A game of robots.cpp -------------------------------------------------------------------------------- /SOLUTIONS/A new way to say hello world.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/A new way to say hello world.java -------------------------------------------------------------------------------- /SOLUTIONS/ACIIIProduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ACIIIProduct.py -------------------------------------------------------------------------------- /SOLUTIONS/ACIIIproduct.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ACIIIproduct.js -------------------------------------------------------------------------------- /SOLUTIONS/ACIIIproduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ACIIIproduct.py -------------------------------------------------------------------------------- /SOLUTIONS/ACIIIproduct.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ACIIIproduct.ts -------------------------------------------------------------------------------- /SOLUTIONS/ASCII.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCII.PY -------------------------------------------------------------------------------- /SOLUTIONS/ASCII2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCII2.py -------------------------------------------------------------------------------- /SOLUTIONS/ASCIIARThelloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIIARThelloworld.py -------------------------------------------------------------------------------- /SOLUTIONS/ASCIICODE.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIICODE.PY -------------------------------------------------------------------------------- /SOLUTIONS/ASCIIIProduct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIIIProduct.go -------------------------------------------------------------------------------- /SOLUTIONS/ASCIIProduct.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIIProduct.java -------------------------------------------------------------------------------- /SOLUTIONS/ASCIIProduct.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIIProduct.js -------------------------------------------------------------------------------- /SOLUTIONS/ASCII_CODE_STRING.py: -------------------------------------------------------------------------------- 1 | s=input(str) 2 | print(''.join(str(ord(c)) for c in s)) 3 | -------------------------------------------------------------------------------- /SOLUTIONS/ASCII_PROD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCII_PROD.py -------------------------------------------------------------------------------- /SOLUTIONS/ASCII_product.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCII_product.c -------------------------------------------------------------------------------- /SOLUTIONS/ASCII_product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCII_product.py -------------------------------------------------------------------------------- /SOLUTIONS/ASCIIproduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ASCIIproduct.py -------------------------------------------------------------------------------- /SOLUTIONS/ATM problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM problem.py -------------------------------------------------------------------------------- /SOLUTIONS/ATM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM.cpp -------------------------------------------------------------------------------- /SOLUTIONS/ATMProblem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATMProblem.java -------------------------------------------------------------------------------- /SOLUTIONS/ATMProblem_Sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATMProblem_Sol.cpp -------------------------------------------------------------------------------- /SOLUTIONS/ATM_Problem_Solution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM_Problem_Solution -------------------------------------------------------------------------------- /SOLUTIONS/ATM_SOLUTION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM_SOLUTION.py -------------------------------------------------------------------------------- /SOLUTIONS/ATM_problem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM_problem.c -------------------------------------------------------------------------------- /SOLUTIONS/ATM_problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM_problem.cpp -------------------------------------------------------------------------------- /SOLUTIONS/ATM_problem_sol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATM_problem_sol.c -------------------------------------------------------------------------------- /SOLUTIONS/ATMproblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ATMproblem.cpp -------------------------------------------------------------------------------- /SOLUTIONS/A_Game_Of_Robots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/A_Game_Of_Robots.py -------------------------------------------------------------------------------- /SOLUTIONS/Advanced prob_FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Advanced prob_FizzBuzz.py -------------------------------------------------------------------------------- /SOLUTIONS/Armstrong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Armstrong.py -------------------------------------------------------------------------------- /SOLUTIONS/BeginerProblem2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginerProblem2.py -------------------------------------------------------------------------------- /SOLUTIONS/BeginnerProblem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnerProblem.js -------------------------------------------------------------------------------- /SOLUTIONS/BeginnerProblem2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnerProblem2.go -------------------------------------------------------------------------------- /SOLUTIONS/BeginnerProblem_2.0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnerProblem_2.0.c -------------------------------------------------------------------------------- /SOLUTIONS/Beginner_Problem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Beginner_Problem.java -------------------------------------------------------------------------------- /SOLUTIONS/Beginners Problem 2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Beginners Problem 2.0.py -------------------------------------------------------------------------------- /SOLUTIONS/BeginnersProblem2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnersProblem2.0.py -------------------------------------------------------------------------------- /SOLUTIONS/BeginnersProblem2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnersProblem2.c -------------------------------------------------------------------------------- /SOLUTIONS/BeginnersProblem2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BeginnersProblem2.java -------------------------------------------------------------------------------- /SOLUTIONS/Beginners_Problem2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Beginners_Problem2.py -------------------------------------------------------------------------------- /SOLUTIONS/Beginners_Problem3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Beginners_Problem3.py -------------------------------------------------------------------------------- /SOLUTIONS/Best_Numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Best_Numbers.java -------------------------------------------------------------------------------- /SOLUTIONS/Best__Numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Best__Numbers.java -------------------------------------------------------------------------------- /SOLUTIONS/BikeRace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BikeRace -------------------------------------------------------------------------------- /SOLUTIONS/BikeRace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BikeRace.py -------------------------------------------------------------------------------- /SOLUTIONS/Binary Multiple of 3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Binary Multiple of 3.c -------------------------------------------------------------------------------- /SOLUTIONS/Binary Multiple of 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Binary Multiple of 3.py -------------------------------------------------------------------------------- /SOLUTIONS/BinaryMultOf3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BinaryMultOf3.py -------------------------------------------------------------------------------- /SOLUTIONS/BinaryMultipleOf3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BinaryMultipleOf3.cpp -------------------------------------------------------------------------------- /SOLUTIONS/BinaryMultipleOf3Trick.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BinaryMultipleOf3Trick.java -------------------------------------------------------------------------------- /SOLUTIONS/BinaryMultipleOfThree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BinaryMultipleOfThree.cpp -------------------------------------------------------------------------------- /SOLUTIONS/BinaryMultipleOfThree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BinaryMultipleOfThree.java -------------------------------------------------------------------------------- /SOLUTIONS/Binary_Multiple_of_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Binary_Multiple_of_3.py -------------------------------------------------------------------------------- /SOLUTIONS/Binary_multiple_of_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Binary_multiple_of_3.py -------------------------------------------------------------------------------- /SOLUTIONS/BirthdayParty.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BirthdayParty.java -------------------------------------------------------------------------------- /SOLUTIONS/BirthdayParty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BirthdayParty.py -------------------------------------------------------------------------------- /SOLUTIONS/BirthdayPartyProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BirthdayPartyProblem.py -------------------------------------------------------------------------------- /SOLUTIONS/BirthdayTreat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BirthdayTreat.java -------------------------------------------------------------------------------- /SOLUTIONS/BirthdayTreat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/BirthdayTreat.py -------------------------------------------------------------------------------- /SOLUTIONS/CIRPRIME.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/CIRPRIME.CPP -------------------------------------------------------------------------------- /SOLUTIONS/Census_of_cesar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Census_of_cesar.py -------------------------------------------------------------------------------- /SOLUTIONS/Choosing the judges.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Choosing the judges.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Circular primes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Circular primes.py -------------------------------------------------------------------------------- /SOLUTIONS/Circular.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Circular.dev -------------------------------------------------------------------------------- /SOLUTIONS/CircularPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/CircularPrime.cpp -------------------------------------------------------------------------------- /SOLUTIONS/CircularPrimes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/CircularPrimes.py -------------------------------------------------------------------------------- /SOLUTIONS/Circular_Primes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Circular_Primes.js -------------------------------------------------------------------------------- /SOLUTIONS/Circular_Primes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Circular_Primes.ts -------------------------------------------------------------------------------- /SOLUTIONS/Compare list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Compare list.py -------------------------------------------------------------------------------- /SOLUTIONS/Compare-Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Compare-Lists.py -------------------------------------------------------------------------------- /SOLUTIONS/CompareLists.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | S = input() 3 | print(S) -------------------------------------------------------------------------------- /SOLUTIONS/CountCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/CountCap.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Counting Number of Ways.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Counting Number of Ways.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Counting_Capacitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Counting_Capacitors.py -------------------------------------------------------------------------------- /SOLUTIONS/DBT.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/DBT.dev -------------------------------------------------------------------------------- /SOLUTIONS/DLinkedList.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SOLUTIONS/DLinkledList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/DLinkledList.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Data_Time.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Data_Time.bal -------------------------------------------------------------------------------- /SOLUTIONS/DiagonalBinaryTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/DiagonalBinaryTree.cpp -------------------------------------------------------------------------------- /SOLUTIONS/DiagonalBinaryTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/DiagonalBinaryTree.py -------------------------------------------------------------------------------- /SOLUTIONS/Directions Reduction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Directions Reduction.js -------------------------------------------------------------------------------- /SOLUTIONS/EMPTY_BOTTLESS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EMPTY_BOTTLESS.py -------------------------------------------------------------------------------- /SOLUTIONS/EVEN_FIBONACCI_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EVEN_FIBONACCI_NUMBER.py -------------------------------------------------------------------------------- /SOLUTIONS/Empty Bottles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Empty Bottles.py -------------------------------------------------------------------------------- /SOLUTIONS/EmptyBottle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EmptyBottle.py -------------------------------------------------------------------------------- /SOLUTIONS/EmptyBottles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EmptyBottles.cpp -------------------------------------------------------------------------------- /SOLUTIONS/EmptyBottles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EmptyBottles.java -------------------------------------------------------------------------------- /SOLUTIONS/EmptyBottles_Sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EmptyBottles_Sol.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Empty_Bottles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Empty_Bottles.py -------------------------------------------------------------------------------- /SOLUTIONS/Even-Fibinacci-Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Even-Fibinacci-Numbers.py -------------------------------------------------------------------------------- /SOLUTIONS/EvenFibonacciNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EvenFibonacciNumbers.cpp -------------------------------------------------------------------------------- /SOLUTIONS/EvenFibonacciNumbers.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EvenFibonacciNumbers.kt -------------------------------------------------------------------------------- /SOLUTIONS/EvenFibonnaciSum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/EvenFibonnaciSum -------------------------------------------------------------------------------- /SOLUTIONS/Evenfibonaccinumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Evenfibonaccinumbers.py -------------------------------------------------------------------------------- /SOLUTIONS/Factorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Factorial.c -------------------------------------------------------------------------------- /SOLUTIONS/Factorize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Factorize.cpp -------------------------------------------------------------------------------- /SOLUTIONS/FactorizeProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FactorizeProblem.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Factorize_problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Factorize_problem.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Fibonacci.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Fibonacci.cob -------------------------------------------------------------------------------- /SOLUTIONS/Fibonacci.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Fibonacci.java -------------------------------------------------------------------------------- /SOLUTIONS/Find Sum square Difference problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find Sum square Difference problem.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Find Sum square Difference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find Sum square Difference.c -------------------------------------------------------------------------------- /SOLUTIONS/Find Sum square Difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find Sum square Difference.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Find Sum square Difference.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find Sum square Difference.java -------------------------------------------------------------------------------- /SOLUTIONS/Find Sum square Difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find Sum square Difference.py -------------------------------------------------------------------------------- /SOLUTIONS/FindFactors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FindFactors.go -------------------------------------------------------------------------------- /SOLUTIONS/FindSumSquareDifference.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FindSumSquareDifference.kt -------------------------------------------------------------------------------- /SOLUTIONS/Find_Sum_square_Difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find_Sum_square_Difference.py -------------------------------------------------------------------------------- /SOLUTIONS/Find_the_sum_square_difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Find_the_sum_square_difference.py -------------------------------------------------------------------------------- /SOLUTIONS/Finding_Successor_in_BST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Finding_Successor_in_BST -------------------------------------------------------------------------------- /SOLUTIONS/First_Hundred_natural_no_cubic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/First_Hundred_natural_no_cubic.py -------------------------------------------------------------------------------- /SOLUTIONS/FizzBuzz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FizzBuzz.cpp -------------------------------------------------------------------------------- /SOLUTIONS/FizzBuzz.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FizzBuzz.go -------------------------------------------------------------------------------- /SOLUTIONS/FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FizzBuzz.py -------------------------------------------------------------------------------- /SOLUTIONS/Fizzbuzz Assignment Answer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Fizzbuzz Assignment Answer -------------------------------------------------------------------------------- /SOLUTIONS/Flowers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Flowers.py -------------------------------------------------------------------------------- /SOLUTIONS/FloydTriangle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/FloydTriangle.c -------------------------------------------------------------------------------- /SOLUTIONS/GCD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/GCD.py -------------------------------------------------------------------------------- /SOLUTIONS/Game Of Robots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Game Of Robots -------------------------------------------------------------------------------- /SOLUTIONS/GirlFriend.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/GirlFriend.java -------------------------------------------------------------------------------- /SOLUTIONS/HELLOWORLD.CPP: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(){ 4 | std::cout << "Hello World\n"; 5 | return 1; 6 | } 7 | -------------------------------------------------------------------------------- /SOLUTIONS/HELLOWORLD.PY: -------------------------------------------------------------------------------- 1 | print("HELLO WORLD") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/Hacktoberfest.py: -------------------------------------------------------------------------------- 1 | print("I want a Tshirt") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HeLLoWoLd.py: -------------------------------------------------------------------------------- 1 | print("Hello World") -------------------------------------------------------------------------------- /SOLUTIONS/Hello: -------------------------------------------------------------------------------- 1 | Hello hi 2 | -------------------------------------------------------------------------------- /SOLUTIONS/Hello World: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello World -------------------------------------------------------------------------------- /SOLUTIONS/Hello World.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello World.c -------------------------------------------------------------------------------- /SOLUTIONS/Hello World.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello World.html -------------------------------------------------------------------------------- /SOLUTIONS/Hello World.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | 3 | print("Hello World") -------------------------------------------------------------------------------- /SOLUTIONS/Hello world.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | void main() 3 | { 4 | cout<<"Hello world"; 5 | } -------------------------------------------------------------------------------- /SOLUTIONS/Hello world.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello world.go -------------------------------------------------------------------------------- /SOLUTIONS/Hello world.sh: -------------------------------------------------------------------------------- 1 | echo "Hello world!"; 2 | -------------------------------------------------------------------------------- /SOLUTIONS/Hello%20World[1]: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello%20World[1] -------------------------------------------------------------------------------- /SOLUTIONS/Hello.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello.ts -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld-hacktoberfest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld-hacktoberfest.cpp -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.asm -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.bal -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.bf -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.clj: -------------------------------------------------------------------------------- 1 | (println "Hello World") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.cs -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.f08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.f08 -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.java -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.js: -------------------------------------------------------------------------------- 1 | console.log("Hello World"); -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.kt -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.lazyk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.lazyk -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.lol: -------------------------------------------------------------------------------- 1 | HAI 1.2 2 | CAN HAS STDIO? 3 | VISIBLE "HAI WORLD!" 4 | KTHXBYE 5 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.lua: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.m -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.ook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.ook -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.pike: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld.pike -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.swift: -------------------------------------------------------------------------------- 1 | print("Hello world") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld.ts: -------------------------------------------------------------------------------- 1 | console.log("Hello World"); 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld99.py: -------------------------------------------------------------------------------- 1 | print('Hello world') -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorldClass.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorldClass.java -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorldJS.js: -------------------------------------------------------------------------------- 1 | console.log("Hello World"); 2 | -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorldJava.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorldJava.java -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorldProgram.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorldProgram.java -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld_F_Sharp.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld_F_Sharp.fs -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld__SagarSuri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld__SagarSuri.cpp -------------------------------------------------------------------------------- /SOLUTIONS/HelloWorld_jotkate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HelloWorld_jotkate.cs -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World(in_C++).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_World(in_C++).cpp -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_World.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_World.html -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World.py: -------------------------------------------------------------------------------- 1 | print("Hello World!") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World_cpp14.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_World_cpp14.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Hello_World_using_Tensorflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_World_using_Tensorflow.py -------------------------------------------------------------------------------- /SOLUTIONS/Hello_world_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Hello_world_python.py -------------------------------------------------------------------------------- /SOLUTIONS/HellohWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HellohWorld.py -------------------------------------------------------------------------------- /SOLUTIONS/Helloworld.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Helloworld.php -------------------------------------------------------------------------------- /SOLUTIONS/HiWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HiWorld.py -------------------------------------------------------------------------------- /SOLUTIONS/HidePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/HidePage.html -------------------------------------------------------------------------------- /SOLUTIONS/JavaEmailer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/JavaEmailer -------------------------------------------------------------------------------- /SOLUTIONS/JavaHelloWorldProblem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/JavaHelloWorldProblem.java -------------------------------------------------------------------------------- /SOLUTIONS/Kadane's Algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Kadane's Algorithm -------------------------------------------------------------------------------- /SOLUTIONS/LCM__GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/LCM__GCD.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Largest Palindrome.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Largest Palindrome.c -------------------------------------------------------------------------------- /SOLUTIONS/LargestSubarrayPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/LargestSubarrayPrime.cpp -------------------------------------------------------------------------------- /SOLUTIONS/LargestSubarrayPrime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/LargestSubarrayPrime.py -------------------------------------------------------------------------------- /SOLUTIONS/LengthofLargestSub_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/LengthofLargestSub_Array.py -------------------------------------------------------------------------------- /SOLUTIONS/Magic_no.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Magic_no.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Math.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Math.bal -------------------------------------------------------------------------------- /SOLUTIONS/MathException.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/MathException.bal -------------------------------------------------------------------------------- /SOLUTIONS/ModularExp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ModularExp.cpp -------------------------------------------------------------------------------- /SOLUTIONS/MyHelloWorld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/MyHelloWorld.java -------------------------------------------------------------------------------- /SOLUTIONS/Mystery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Mystery.c -------------------------------------------------------------------------------- /SOLUTIONS/Mystery.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Mystery.java -------------------------------------------------------------------------------- /SOLUTIONS/Mystery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Mystery.py -------------------------------------------------------------------------------- /SOLUTIONS/Mystery.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Mystery.rb -------------------------------------------------------------------------------- /SOLUTIONS/Mystery2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Mystery2.java -------------------------------------------------------------------------------- /SOLUTIONS/NThPower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/NThPower.py -------------------------------------------------------------------------------- /SOLUTIONS/NUMBGAME.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/NUMBGAME.java -------------------------------------------------------------------------------- /SOLUTIONS/NthPowerOfDigit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/NthPowerOfDigit -------------------------------------------------------------------------------- /SOLUTIONS/NthPowerOfDigit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/NthPowerOfDigit.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Number_game_in_c++.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Number_game_in_c++.txt -------------------------------------------------------------------------------- /SOLUTIONS/Octal-Decimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Octal-Decimal.cpp -------------------------------------------------------------------------------- /SOLUTIONS/OctalDecimal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/OctalDecimal -------------------------------------------------------------------------------- /SOLUTIONS/OctalDecimal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/OctalDecimal.go -------------------------------------------------------------------------------- /SOLUTIONS/OctalDecimal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/OctalDecimal.java -------------------------------------------------------------------------------- /SOLUTIONS/OctalDecimal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/OctalDecimal.js -------------------------------------------------------------------------------- /SOLUTIONS/OrderedDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/OrderedDict.py -------------------------------------------------------------------------------- /SOLUTIONS/Palindrome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Palindrome.java -------------------------------------------------------------------------------- /SOLUTIONS/PalindromeNumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/PalindromeNumber.java -------------------------------------------------------------------------------- /SOLUTIONS/Palindrome_check_for_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Palindrome_check_for_word.py -------------------------------------------------------------------------------- /SOLUTIONS/Pandigital Prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Pandigital Prime.py -------------------------------------------------------------------------------- /SOLUTIONS/Pandigital prime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Pandigital prime.c -------------------------------------------------------------------------------- /SOLUTIONS/Product-of-ASCII-VALUES-OF-STRING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Product-of-ASCII-VALUES-OF-STRING -------------------------------------------------------------------------------- /SOLUTIONS/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Program.cs -------------------------------------------------------------------------------- /SOLUTIONS/Question Paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Question Paper.py -------------------------------------------------------------------------------- /SOLUTIONS/REVERSE_WORDS_IN_PYTHON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/REVERSE_WORDS_IN_PYTHON.py -------------------------------------------------------------------------------- /SOLUTIONS/RPSchallenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/RPSchallenge -------------------------------------------------------------------------------- /SOLUTIONS/ReadFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReadFile.php -------------------------------------------------------------------------------- /SOLUTIONS/ReadFile_Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReadFile_Python.py -------------------------------------------------------------------------------- /SOLUTIONS/Reduction-game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reduction-game.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Reflection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reflection.java -------------------------------------------------------------------------------- /SOLUTIONS/Reverse-Word.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reverse-Word.java -------------------------------------------------------------------------------- /SOLUTIONS/Reverse-Word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reverse-Word.py -------------------------------------------------------------------------------- /SOLUTIONS/Reverse-Word1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reverse-Word1.py -------------------------------------------------------------------------------- /SOLUTIONS/ReverseDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseDict.py -------------------------------------------------------------------------------- /SOLUTIONS/ReverseDict1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseDict1.py -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWord.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWord.groovy -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWord.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWord.java -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWord.py -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWordCodeInJava.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWordCodeInJava.java -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWordInJava.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWordInJava.java -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWordJava.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWordJava.java -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWordOrder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWordOrder.java -------------------------------------------------------------------------------- /SOLUTIONS/ReverseWordPython3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ReverseWordPython3.py -------------------------------------------------------------------------------- /SOLUTIONS/Reverse_word.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Reverse_word.java -------------------------------------------------------------------------------- /SOLUTIONS/Rock, paper, scissors..: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Rock, paper, scissors.. -------------------------------------------------------------------------------- /SOLUTIONS/RockPaperScissorsJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/RockPaperScissorsJS -------------------------------------------------------------------------------- /SOLUTIONS/Rock_Paper_Scissor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Rock_Paper_Scissor.java -------------------------------------------------------------------------------- /SOLUTIONS/Rock_paper_scissors2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Rock_paper_scissors2.py -------------------------------------------------------------------------------- /SOLUTIONS/Roman_num_conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Roman_num_conversion.cpp -------------------------------------------------------------------------------- /SOLUTIONS/SUMSQUAREDIFF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/SUMSQUAREDIFF -------------------------------------------------------------------------------- /SOLUTIONS/ScoreKeeper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ScoreKeeper.html -------------------------------------------------------------------------------- /SOLUTIONS/ScoreKeeper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ScoreKeeper.js -------------------------------------------------------------------------------- /SOLUTIONS/Search for Pretty Integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Search for Pretty Integers.py -------------------------------------------------------------------------------- /SOLUTIONS/Selection_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Selection_sort.cpp -------------------------------------------------------------------------------- /SOLUTIONS/Stack1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Stack1.c -------------------------------------------------------------------------------- /SOLUTIONS/StrangeAttendancceSystem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/StrangeAttendancceSystem.java -------------------------------------------------------------------------------- /SOLUTIONS/StrategyPattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/StrategyPattern.java -------------------------------------------------------------------------------- /SOLUTIONS/SubSetSumDynamicProgramming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/SubSetSumDynamicProgramming -------------------------------------------------------------------------------- /SOLUTIONS/Sum Factorial Digit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Sum Factorial Digit.py -------------------------------------------------------------------------------- /SOLUTIONS/SumFactorialDigit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/SumFactorialDigit.go -------------------------------------------------------------------------------- /SOLUTIONS/SumOfFactorialDigits.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/SumOfFactorialDigits.java -------------------------------------------------------------------------------- /SOLUTIONS/SumOfFactorialDigits.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/SumOfFactorialDigits.scala -------------------------------------------------------------------------------- /SOLUTIONS/Sum_Factorial_digit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/Sum_Factorial_digit.java -------------------------------------------------------------------------------- /SOLUTIONS/TimWHelloWorld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/TimWHelloWorld.html -------------------------------------------------------------------------------- /SOLUTIONS/UnionFind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/UnionFind.py -------------------------------------------------------------------------------- /SOLUTIONS/UnusualGame.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/UnusualGame.ipynb -------------------------------------------------------------------------------- /SOLUTIONS/VideoPosts.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/VideoPosts.java -------------------------------------------------------------------------------- /SOLUTIONS/While.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/While.bal -------------------------------------------------------------------------------- /SOLUTIONS/XORAGN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/XORAGN.cpp -------------------------------------------------------------------------------- /SOLUTIONS/_hello_world.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/_hello_world.java -------------------------------------------------------------------------------- /SOLUTIONS/allocate_servers_sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/allocate_servers_sol.py -------------------------------------------------------------------------------- /SOLUTIONS/amgnum.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/amgnum.pl -------------------------------------------------------------------------------- /SOLUTIONS/ankit: -------------------------------------------------------------------------------- 1 | include 2 | { 3 | cout<"hello"; 4 | } 5 | -------------------------------------------------------------------------------- /SOLUTIONS/ascii1product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/ascii1product.py -------------------------------------------------------------------------------- /SOLUTIONS/asciiProd.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/asciiProd.class -------------------------------------------------------------------------------- /SOLUTIONS/asciiProd.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/asciiProd.java -------------------------------------------------------------------------------- /SOLUTIONS/asciipro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/asciipro.py -------------------------------------------------------------------------------- /SOLUTIONS/atm-solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/atm-solution.py -------------------------------------------------------------------------------- /SOLUTIONS/atm1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/atm1.py -------------------------------------------------------------------------------- /SOLUTIONS/atm_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/atm_machine.py -------------------------------------------------------------------------------- /SOLUTIONS/atmprob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/atmprob.c -------------------------------------------------------------------------------- /SOLUTIONS/begChang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/begChang.c -------------------------------------------------------------------------------- /SOLUTIONS/beginer2.0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/beginer2.0.cpp -------------------------------------------------------------------------------- /SOLUTIONS/beginersProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/beginersProblem.py -------------------------------------------------------------------------------- /SOLUTIONS/beginers_problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/beginers_problem.py -------------------------------------------------------------------------------- /SOLUTIONS/beginnerprob2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/beginnerprob2.c -------------------------------------------------------------------------------- /SOLUTIONS/beginnersProblem2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/beginnersProblem2.cpp -------------------------------------------------------------------------------- /SOLUTIONS/begprob2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/begprob2.py -------------------------------------------------------------------------------- /SOLUTIONS/bellman-ford.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/bellman-ford.cpp -------------------------------------------------------------------------------- /SOLUTIONS/binary_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/binary_3.py -------------------------------------------------------------------------------- /SOLUTIONS/binary_multiple_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/binary_multiple_3.py -------------------------------------------------------------------------------- /SOLUTIONS/binary_multiple_of_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/binary_multiple_of_3 -------------------------------------------------------------------------------- /SOLUTIONS/binary_multiple_of_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/binary_multiple_of_3.js -------------------------------------------------------------------------------- /SOLUTIONS/binary_multiple_of_three.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/binary_multiple_of_three.py -------------------------------------------------------------------------------- /SOLUTIONS/birthday prob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/birthday prob.cpp -------------------------------------------------------------------------------- /SOLUTIONS/bishu_and_girlfriend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/bishu_and_girlfriend.cpp -------------------------------------------------------------------------------- /SOLUTIONS/bubble-sort.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/bubble-sort.jl -------------------------------------------------------------------------------- /SOLUTIONS/calender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/calender.py -------------------------------------------------------------------------------- /SOLUTIONS/chetan gaur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/chetan gaur -------------------------------------------------------------------------------- /SOLUTIONS/circular_primes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/circular_primes.py -------------------------------------------------------------------------------- /SOLUTIONS/circular_primes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/circular_primes.rb -------------------------------------------------------------------------------- /SOLUTIONS/circularprimes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/circularprimes.py -------------------------------------------------------------------------------- /SOLUTIONS/compare_lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/compare_lists.py -------------------------------------------------------------------------------- /SOLUTIONS/compare_lists_s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/compare_lists_s.py -------------------------------------------------------------------------------- /SOLUTIONS/comparelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/comparelist.py -------------------------------------------------------------------------------- /SOLUTIONS/comparelistpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/comparelistpython.py -------------------------------------------------------------------------------- /SOLUTIONS/config.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/config.inc.php -------------------------------------------------------------------------------- /SOLUTIONS/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/convert.py -------------------------------------------------------------------------------- /SOLUTIONS/countCap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/countCap.py -------------------------------------------------------------------------------- /SOLUTIONS/cp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/cp.py -------------------------------------------------------------------------------- /SOLUTIONS/darts_solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/darts_solution.py -------------------------------------------------------------------------------- /SOLUTIONS/decimal_octal_conversion.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/decimal_octal_conversion.rb -------------------------------------------------------------------------------- /SOLUTIONS/decimaltobainary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/decimaltobainary.md -------------------------------------------------------------------------------- /SOLUTIONS/digits_removal_and_div.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/digits_removal_and_div.cpp -------------------------------------------------------------------------------- /SOLUTIONS/empty_bottles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/empty_bottles.py -------------------------------------------------------------------------------- /SOLUTIONS/emptybottles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/emptybottles.c -------------------------------------------------------------------------------- /SOLUTIONS/emptybottles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/emptybottles.py -------------------------------------------------------------------------------- /SOLUTIONS/epass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/epass.cpp -------------------------------------------------------------------------------- /SOLUTIONS/evenFiboonacciNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/evenFiboonacciNumbers.cpp -------------------------------------------------------------------------------- /SOLUTIONS/even_fibonacci_numbers.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/even_fibonacci_numbers.hs -------------------------------------------------------------------------------- /SOLUTIONS/even_fibonacci_numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/even_fibonacci_numbers.java -------------------------------------------------------------------------------- /SOLUTIONS/factsum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/factsum.py -------------------------------------------------------------------------------- /SOLUTIONS/fib.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fib.pl -------------------------------------------------------------------------------- /SOLUTIONS/fibonacci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fibonacci.cpp -------------------------------------------------------------------------------- /SOLUTIONS/fibonacci.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fibonacci.js -------------------------------------------------------------------------------- /SOLUTIONS/fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fibonacci.py -------------------------------------------------------------------------------- /SOLUTIONS/fibonacci3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fibonacci3.py -------------------------------------------------------------------------------- /SOLUTIONS/findASCIIvalue.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/findASCIIvalue.java -------------------------------------------------------------------------------- /SOLUTIONS/find_sum_square_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/find_sum_square_diff.py -------------------------------------------------------------------------------- /SOLUTIONS/find_sum_square_difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/find_sum_square_difference.py -------------------------------------------------------------------------------- /SOLUTIONS/find_sum_square_diiference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/find_sum_square_diiference.py -------------------------------------------------------------------------------- /SOLUTIONS/fizzBuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzBuzz.js -------------------------------------------------------------------------------- /SOLUTIONS/fizzbuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzbuzz -------------------------------------------------------------------------------- /SOLUTIONS/fizzbuzz.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzbuzz.java -------------------------------------------------------------------------------- /SOLUTIONS/fizzbuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzbuzz.js -------------------------------------------------------------------------------- /SOLUTIONS/fizzbuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzbuzz.py -------------------------------------------------------------------------------- /SOLUTIONS/fizzbuzz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/fizzbuzz.ts -------------------------------------------------------------------------------- /SOLUTIONS/freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/freq.py -------------------------------------------------------------------------------- /SOLUTIONS/frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/frequency.py -------------------------------------------------------------------------------- /SOLUTIONS/gcd_and_lcm_of_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/gcd_and_lcm_of_array.py -------------------------------------------------------------------------------- /SOLUTIONS/gcd_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/gcd_array.py -------------------------------------------------------------------------------- /SOLUTIONS/gcd_lcm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/gcd_lcm.py -------------------------------------------------------------------------------- /SOLUTIONS/gcd_lcm_fromArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/gcd_lcm_fromArray.py -------------------------------------------------------------------------------- /SOLUTIONS/gdlhello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/gdlhello.js -------------------------------------------------------------------------------- /SOLUTIONS/getuserinput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/getuserinput.c -------------------------------------------------------------------------------- /SOLUTIONS/grid_illumination_sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/grid_illumination_sol.py -------------------------------------------------------------------------------- /SOLUTIONS/hac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hac.c -------------------------------------------------------------------------------- /SOLUTIONS/halfPyramid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/halfPyramid.c -------------------------------------------------------------------------------- /SOLUTIONS/happyNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/happyNumber.py -------------------------------------------------------------------------------- /SOLUTIONS/hc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hc.c -------------------------------------------------------------------------------- /SOLUTIONS/hello world.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello world.bat -------------------------------------------------------------------------------- /SOLUTIONS/hello world.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | void main() 3 | { 4 | cout<<"Hello world"; 5 | } -------------------------------------------------------------------------------- /SOLUTIONS/hello-world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello-world -------------------------------------------------------------------------------- /SOLUTIONS/hello-world-2.py: -------------------------------------------------------------------------------- 1 | print("Hello world") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello-world.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello-world.java -------------------------------------------------------------------------------- /SOLUTIONS/hello-world.py: -------------------------------------------------------------------------------- 1 | print("Hello world") -------------------------------------------------------------------------------- /SOLUTIONS/hello.c: -------------------------------------------------------------------------------- 1 | #include 2 | void main() 3 | { 4 | printf("hello world!"); 5 | } 6 | -------------------------------------------------------------------------------- /SOLUTIONS/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello.js -------------------------------------------------------------------------------- /SOLUTIONS/hello.py: -------------------------------------------------------------------------------- 1 | print("Hello World") -------------------------------------------------------------------------------- /SOLUTIONS/hello.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println!("Hello World!"); 3 | } -------------------------------------------------------------------------------- /SOLUTIONS/helloWorld.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/helloWorld.R -------------------------------------------------------------------------------- /SOLUTIONS/helloWorld.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/helloWorld.kt -------------------------------------------------------------------------------- /SOLUTIONS/helloWorld.py: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.bf -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.c -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.class -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.cpp -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.cr: -------------------------------------------------------------------------------- 1 | # By @JustCaptcha 2 | # 2018 Hacktoberfest 3 | puts "Hello world!" 4 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.ex -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.hs -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.java -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.jl: -------------------------------------------------------------------------------- 1 | println("Hello World") -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.js -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.m: -------------------------------------------------------------------------------- 1 | printf("Hello World!"); 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.pl -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.py: -------------------------------------------------------------------------------- 1 | print("Hello World!") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.rb: -------------------------------------------------------------------------------- 1 | puts 'Hello, world!' 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.rs -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world.scala -------------------------------------------------------------------------------- /SOLUTIONS/hello_world.vbs: -------------------------------------------------------------------------------- 1 | MsgBox("Hello, World!") 2 | -------------------------------------------------------------------------------- /SOLUTIONS/hello_world1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world1.c -------------------------------------------------------------------------------- /SOLUTIONS/hello_world_.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world_.c -------------------------------------------------------------------------------- /SOLUTIONS/hello_world_Marcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/hello_world_Marcos.py -------------------------------------------------------------------------------- /SOLUTIONS/helloworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/helloworld -------------------------------------------------------------------------------- /SOLUTIONS/helloworld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/helloworld.c -------------------------------------------------------------------------------- /SOLUTIONS/helloworld.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() 4 | { 5 | cout<<"Hello World"< 2 | void main() 3 | { 4 | printf("virat 107"); 5 | } 6 | -------------------------------------------------------------------------------- /SOLUTIONS/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/input.txt -------------------------------------------------------------------------------- /SOLUTIONS/invertedPyramid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/invertedPyramid.c -------------------------------------------------------------------------------- /SOLUTIONS/isPalindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/isPalindrome.py -------------------------------------------------------------------------------- /SOLUTIONS/largest_palindrome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/largest_palindrome.java -------------------------------------------------------------------------------- /SOLUTIONS/largest_palindrome.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/largest_palindrome.rb -------------------------------------------------------------------------------- /SOLUTIONS/lcm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm.cpp -------------------------------------------------------------------------------- /SOLUTIONS/lcm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm.java -------------------------------------------------------------------------------- /SOLUTIONS/lcm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm.py -------------------------------------------------------------------------------- /SOLUTIONS/lcm1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm1.py -------------------------------------------------------------------------------- /SOLUTIONS/lcm_gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm_gcd.py -------------------------------------------------------------------------------- /SOLUTIONS/lcm_gcd1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcm_gcd1.py -------------------------------------------------------------------------------- /SOLUTIONS/lcmandgcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcmandgcd.py -------------------------------------------------------------------------------- /SOLUTIONS/lcmcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcmcode.py -------------------------------------------------------------------------------- /SOLUTIONS/lcmgcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/lcmgcd.py -------------------------------------------------------------------------------- /SOLUTIONS/marge-simpson.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/marge-simpson.html -------------------------------------------------------------------------------- /SOLUTIONS/matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/matrix.js -------------------------------------------------------------------------------- /SOLUTIONS/max.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/max.py -------------------------------------------------------------------------------- /SOLUTIONS/mistery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/mistery.py -------------------------------------------------------------------------------- /SOLUTIONS/mixed_knapsack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/mixed_knapsack.cpp -------------------------------------------------------------------------------- /SOLUTIONS/myACIIIProduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/myACIIIProduct.py -------------------------------------------------------------------------------- /SOLUTIONS/myBinaryMultipleOf3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/myBinaryMultipleOf3.cpp -------------------------------------------------------------------------------- /SOLUTIONS/myatm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/myatm.cpp -------------------------------------------------------------------------------- /SOLUTIONS/nfibonac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/nfibonac.cpp -------------------------------------------------------------------------------- /SOLUTIONS/numbergame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/numbergame.cpp -------------------------------------------------------------------------------- /SOLUTIONS/octal_decimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/octal_decimal.py -------------------------------------------------------------------------------- /SOLUTIONS/palindrome-gauthamlal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/palindrome-gauthamlal.js -------------------------------------------------------------------------------- /SOLUTIONS/palindrome.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/palindrome.c -------------------------------------------------------------------------------- /SOLUTIONS/palindrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/palindrome.js -------------------------------------------------------------------------------- /SOLUTIONS/palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/palindrome.py -------------------------------------------------------------------------------- /SOLUTIONS/pallindromeofstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/pallindromeofstring.cpp -------------------------------------------------------------------------------- /SOLUTIONS/pandigitalPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/pandigitalPrime.cpp -------------------------------------------------------------------------------- /SOLUTIONS/primeNum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/primeNum.py -------------------------------------------------------------------------------- /SOLUTIONS/prob_fizz_buzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/prob_fizz_buzz.py -------------------------------------------------------------------------------- /SOLUTIONS/problem2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/problem2.cpp -------------------------------------------------------------------------------- /SOLUTIONS/pyramid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/pyramid.c -------------------------------------------------------------------------------- /SOLUTIONS/pyramidPatterns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/pyramidPatterns.c -------------------------------------------------------------------------------- /SOLUTIONS/questionforpractice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/questionforpractice.c -------------------------------------------------------------------------------- /SOLUTIONS/raw3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/raw3.md -------------------------------------------------------------------------------- /SOLUTIONS/readFile-DNHuan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/readFile-DNHuan.cpp -------------------------------------------------------------------------------- /SOLUTIONS/readFile-paolaguarasci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/readFile-paolaguarasci.cpp -------------------------------------------------------------------------------- /SOLUTIONS/readfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/readfile.py -------------------------------------------------------------------------------- /SOLUTIONS/readinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/readinput.py -------------------------------------------------------------------------------- /SOLUTIONS/readline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/readline.c -------------------------------------------------------------------------------- /SOLUTIONS/reduction game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reduction game -------------------------------------------------------------------------------- /SOLUTIONS/reduction.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reduction.dev -------------------------------------------------------------------------------- /SOLUTIONS/register.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/register.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-Word-Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-Word-Python.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-a-word.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-a-word.js -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-in-sentence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-in-sentence.js -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-java.java -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-molcay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-molcay.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-python.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-recurse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-recurse.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word-solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word-solve.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word.js -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word.rb -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word.scala -------------------------------------------------------------------------------- /SOLUTIONS/reverse-word7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse-word7.js -------------------------------------------------------------------------------- /SOLUTIONS/reverseWord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverseWord.cpp -------------------------------------------------------------------------------- /SOLUTIONS/reverseWord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverseWord.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_aword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_aword.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_of_a_sentence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_of_a_sentence -------------------------------------------------------------------------------- /SOLUTIONS/reverse_ordered_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_ordered_dict.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_string.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.c -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.go -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.hs -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.js -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.rb -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word.ts -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word1.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word2.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word_.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word_quirkysquid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word_quirkysquid.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_word_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_word_simple.py -------------------------------------------------------------------------------- /SOLUTIONS/reverse_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/reverse_words.py -------------------------------------------------------------------------------- /SOLUTIONS/robo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/robo.cpp -------------------------------------------------------------------------------- /SOLUTIONS/rock ,paper, scissors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rock ,paper, scissors -------------------------------------------------------------------------------- /SOLUTIONS/rock-paper-scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rock-paper-scissors.py -------------------------------------------------------------------------------- /SOLUTIONS/rockPaperScissors-DNHuan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rockPaperScissors-DNHuan.cpp -------------------------------------------------------------------------------- /SOLUTIONS/rock_paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rock_paper.py -------------------------------------------------------------------------------- /SOLUTIONS/rock_paper_scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rock_paper_scissors.py -------------------------------------------------------------------------------- /SOLUTIONS/rock_paper_scissors_beckton.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rock_paper_scissors_beckton.py -------------------------------------------------------------------------------- /SOLUTIONS/rockpaperscissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rockpaperscissors.py -------------------------------------------------------------------------------- /SOLUTIONS/rockpaperscissors1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rockpaperscissors1.py -------------------------------------------------------------------------------- /SOLUTIONS/rvstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/rvstring.py -------------------------------------------------------------------------------- /SOLUTIONS/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sample.txt -------------------------------------------------------------------------------- /SOLUTIONS/search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/search.cpp -------------------------------------------------------------------------------- /SOLUTIONS/sens numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sens numbers -------------------------------------------------------------------------------- /SOLUTIONS/sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sol -------------------------------------------------------------------------------- /SOLUTIONS/solution_hw.py: -------------------------------------------------------------------------------- 1 | #for python 3.x + 2 | print("Hello World") 3 | -------------------------------------------------------------------------------- /SOLUTIONS/stringReverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/stringReverse.py -------------------------------------------------------------------------------- /SOLUTIONS/sum - Factorial digits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum - Factorial digits.c -------------------------------------------------------------------------------- /SOLUTIONS/sum -Factorial digit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum -Factorial digit.py -------------------------------------------------------------------------------- /SOLUTIONS/sum--factorial digit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum--factorial digit.py -------------------------------------------------------------------------------- /SOLUTIONS/sumDoublyLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sumDoublyLinkedList.java -------------------------------------------------------------------------------- /SOLUTIONS/sumFactorialDigits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sumFactorialDigits.cpp -------------------------------------------------------------------------------- /SOLUTIONS/sum_doubly_linked_list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum_doubly_linked_list.js -------------------------------------------------------------------------------- /SOLUTIONS/sum_doubly_linked_list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum_doubly_linked_list.ts -------------------------------------------------------------------------------- /SOLUTIONS/sum_sq_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum_sq_diff.py -------------------------------------------------------------------------------- /SOLUTIONS/sum_square_difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sum_square_difference.cpp -------------------------------------------------------------------------------- /SOLUTIONS/sumdoublyll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sumdoublyll.py -------------------------------------------------------------------------------- /SOLUTIONS/sumfactorialdigit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sumfactorialdigit.py -------------------------------------------------------------------------------- /SOLUTIONS/sumofnum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/sumofnum.py -------------------------------------------------------------------------------- /SOLUTIONS/tree when given infix and prefix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/tree when given infix and prefix -------------------------------------------------------------------------------- /SOLUTIONS/triominoes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/triominoes.py -------------------------------------------------------------------------------- /SOLUTIONS/tweets_extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/tweets_extraction.py -------------------------------------------------------------------------------- /SOLUTIONS/uppercase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/uppercase.py -------------------------------------------------------------------------------- /SOLUTIONS/validAnagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/validAnagram.py -------------------------------------------------------------------------------- /SOLUTIONS/vertumnoACIIIProduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/vertumnoACIIIProduct.py -------------------------------------------------------------------------------- /SOLUTIONS/waitForIt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/waitForIt.cpp -------------------------------------------------------------------------------- /SOLUTIONS/waitForIt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/waitForIt.py -------------------------------------------------------------------------------- /SOLUTIONS/word_reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/word_reverse.py -------------------------------------------------------------------------------- /SOLUTIONS/yP_ASCIIProduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/SOLUTIONS/yP_ASCIIProduct.py -------------------------------------------------------------------------------- /Screenshot 2018-10-28 at 7.18.54 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/Screenshot 2018-10-28 at 7.18.54 PM.png -------------------------------------------------------------------------------- /tests/blueBlurSmallButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/tests/blueBlurSmallButton.png -------------------------------------------------------------------------------- /tests/test_hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerearthclub/CODE2RACE/HEAD/tests/test_hello.py --------------------------------------------------------------------------------