A cummulative list of competive programming questions I practice and my code solution for them
Hackerrank : priyanshi_1709
LeetCode : priyanshi1709
CodeChef : priyanshi_1709
-
BIRTHDAY_CAKE Hackerrank Problem Link : https://www.hackerrank.com/challenges/birthday-cake-candles/problem
-
MINI_MAX Hackerrank Problem Link: https://www.hackerrank.com/challenges/mini-max-sum/problem
-
SOCK_MERCHANT Hackerrank Problem Link : https://www.hackerrank.com/challenges/sock-merchant/problem
-
JUMP_CLOUD Hackerrank Problem Link : https://www.hackerrank.com/challenges/jumping-on-the-clouds/problem
-
LECANDY CodeChef Problem Link : https://www.codechef.com/problems/LECANDY
-
CNOTE CodeChef Problem Link : https://www.codechef.com/problems/CNOTE
-
FRGTNLNG CodeChef Problem Link : https://www.codechef.com/problems/FRGTNLNG
-
CHN15A CodeChef Problem Link : https://www.codechef.com/problems/CHN15A
-
RAINBOWA CodeChef Problem Link : https://www.codechef.com/problems/RAINBOWA
-
SALARY CodeChef Problem Link : https://www.codechef.com/problems/SALARY
-
COPS CodeChef Problem Link : https://www.codechef.com/problems/COPS
-
EQUILIBRIUM-POINT GeeksforGeeks Problem Link : https://practice.geeksforgeeks.org/problems/equilibrium-point/0#
-
MAXSUM_W_ADJ GeeksforGeeks Problem Link : https://practice.geeksforgeeks.org/problems/max-sum-without-adjacents2430/1
-
SPIRAL-1 LeetCode Problem Link : https://leetcode.com/problems/spiral-matrix/
-
SPIRAL-2 LeetCode Problem Link : https://leetcode.com/problems/spiral-matrix-ii/
-
SPIRAL-3 LeetCode Problem Link : https://leetcode.com/problems/spiral-matrix-iii/
-
ABS_PERM Hackkerrank Problem Link : https://www.hackerrank.com/challenges/absolute-permutation/problem
-
TIME_CONV Hackerrank Problem Link : https://www.hackerrank.com/challenges/time-conversion/problem
-
CSUB CodeChef Problem Link: https://www.codechef.com/problems/CSUB
-
LAPIN CodeChef Problem Link: https://www.codechef.com/problems/LAPIN
-
COUNTING_VALLEYS Hackerrank Problem Link: https://www.hackerrank.com/challenges/counting-valleys/problem
-
REPEAT_STRING Hackerrank Problem Link : https://www.hackerrank.com/challenges/repeated-string/problem
-
MAKING_ANAGRAM Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-making-anagrams/problem
-
ALTERNATING_CHAR Hackerrank Problem Link : https://www.hackerrank.com/challenges/alternating-characters/problem
-
ENCRYPTION Hackerrank Problem Link : https://www.hackerrank.com/challenges/encryption/problem
-
BIGGER_IS_GREATER Hackerrank Problem Link : https://www.hackerrank.com/challenges/bigger-is-greater/problem
-
RANSOM_NOTE Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-ransom-note/problem
-
TWO_STRINGS Hackerrank Problem Link : https://www.hackerrank.com/challenges/two-strings/problem
-
ICE_CREAM_PARLOUR Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-ice-cream-parlor/problem
-
LICHNESS CodeChef Problem Link: https://www.codechef.com/AUG20B/problems/LINCHESS
-
CMP_TRIPLETS Hackerrank Problem Link: https://www.hackerrank.com/challenges/compare-the-triplets/problem
-
PLUS_MINUS Hackerrank Problem Link: https://www.hackerrank.com/challenges/plus-minus/problem
-
MAGIC_SQUARE Hackerrank Problem Link: https://www.hackerrank.com/challenges/magic-square-forming/problem
-
DIV_PAIR_SUM Hackerrank Problem Link : https://www.hackerrank.com/challenges/linkedin-practice-divisible-sum-pairs/problem
-
FIBONACCI Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-fibonacci-numbers/problem
-
DAVISTAIRCASE Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-recursive-staircase/problem
-
RECURSEDIGSUM Hackerrank Problem Link : https://www.hackerrank.com/challenges/recursive-digit-sum/problem
-
CHEFWARS CodeChef Problem Link: https://www.codechef.com/AUG20B/problems/CHEFWARS
-
POLYREL CodeChef Problem Link: https://www.codechef.com/problems/POLYREL
-
CHEFNWRK CodeChef Problem Link: https://www.codechef.com/COOK121B/problems/CHEFNWRK
-
MINDIF Hackerrank Problem Link : https://www.hackerrank.com/challenges/minimum-absolute-difference-in-an-array/problem
-
LUCK_BALANCE Hackerrank Problem Link : https://www.hackerrank.com/challenges/luck-balance/problem
-
GREEDY_FLORIST Hackerrank Problem Link : https://www.hackerrank.com/challenges/greedy-florist/problem
-
MAX_MIN Hackerrank Problem Link : https://www.hackerrank.com/challenges/angry-children/problem
-
LEMUSIC CodeChef Problem Link : https://www.codechef.com/problems/LEMUSIC
-
FRICAN CodeChef Problem Link : https://www.codechef.com/problems/FRICAN
-
CHEFWED CodeChef Problem Link: https://www.codechef.com/AUG20B/problems/CHEFWED
-
COINCHANGE LeetCode Problem Link : https://leetcode.com/problems/coin-change/
-
MINCOSTTICKET LeetCode Problem Link : https://leetcode.com/problems/minimum-cost-for-tickets/
-
ACODE HackerEarth Problem Link : https://www.hackerearth.com/problem/algorithm/acode-alphacode-3/description/
-
TSORT CodeChef Problem Link: https://www.codechef.com/problems/TSORT
-
CTCI_BUBBLE Hackerrank Problem Link : https://www.hackerrank.com/challenges/ctci-bubble-sort/problem?
-
COLYLW CodeChef Problem Link: https://www.codechef.com/UAPRAC/problems/COLYLW
-
AGGRCOW CodeChef Problem Link: https://www.spoj.com/problems/AGGRCOW/
-
NUM1BIT LeetCode Problem Link: https://leetcode.com/problems/number-of-1-bits/
-
COUNTBIT LeetCode Problem Link: https://leetcode.com/problems/counting-bits/
-
POW2 LeetCode Problem Link: https://leetcode.com/problems/power-of-two/
-
BITWISE_AND Hackerrank Problem Link : https://www.hackerrank.com/challenges/linkedin-practice-bitwise-and/problem
- NEXT_LARG_ELE GeeksforGeeks Problem Link : https://practice.geeksforgeeks.org/problems/next-larger-element/0
- BIN2DEC_LL LeetCode Problem Link : https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer/
- LEVEL_TRAVERSAL LeetCode Problem Link : https://leetcode.com/problems/binary-tree-level-order-traversal/
-
PERMUTATION_SWAPS HackerEarth Problem Link : https://www.hackerearth.com/practice/algorithms/graphs/breadth-first-search/practice-problems/algorithm/permutation-swaps/
-
BFS_SHORTEST_REACH Hackerrank Problem Link : https://www.hackerrank.com/challenges/linkedin-practice-graph-theory-bfs/problem
- CRDGAME3 CodeChef Problem Link : https://www.codechef.com/AUG20B/problems/CRDGAME3
- SKMP CodeChef Problem Link : https://www.codechef.com/AUG20B/problems/SKMP