A Maze is given as N*N binary matrix of blocks where source block is the upper left most block i.e., maze[0][0] and destination block is lower rightmost block i.e., maze[N-1][N-1]. A rat starts from source and has to reach the destination. The rat can move only in two di...
Rat in a Maze Problem - I - GFG Remove duplicates from an unsorted linked list - GFG Replace all 0's with 5 - GFG Selection Sort - GFG Smallest number on left - GFG Sort a stack - GFG Subarray with given sum - GFG ...
mazesen / leetcode mazhaojia / leetcode mcttn1 / leetcode Menciusleo / leetcode mice52221 / leetcode MichealYang1001 / leetcode milkrong / leetcode Milo-Luo / leetcode mingkin / leetcode-2 mingzhao1987 / leetcode minushuang / leetcode ...
* * Given a string, determine if it is a palindrome, considering only * alphanumeric characters and ignoring cases. * * For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" * is not a palindrome. * * Note: Have you consider that the string might be empty?
Rat in a Maze.cpp Rat in a Maze Solution Nov 17, 2023 Shortest Tree Path.cpp Shortest Tree Path Nov 17, 2023 Snakes & Ladders Game.cpp Snakes & Ladders Game Solution Nov 14, 2023 Sorted Permutations.cpp Sorted Permutation type medium Nov 14, 2023 ...
Height-of-a-binary-tree.cpp Insert-interval.cpp Josephus-Problem.cpp Linked-List-sum.cpp M-Coloring-problem.cpp Maximum-Sum-Combinations.cpp Non-repeating-char.cpp Nth-root-of-M.cpp Rat-Ina-Maze-Problem-I.cpp Rotated-string.cpp Toggle-k-bits.cpp Word-Break.cpp ...
Rat in a Maze Sudoku Solver Binary Search Binary Search Lower Bound Upper Bound Using STL Questions 2 Power K Bitonic Array Count of Element in a Sorted Array Index of First 1 Infinite Min Diff Element Number of Times Sorted Array Rotated Painters Partition Problem Search in 2D ...
minrat / leetcode minushuang / leetcode misselvexu / leetcode miusuncle / leetcode mojia / leetcode molimomo / leetcode montekaka / leetcode Morben / leetcode mousewu / leetcode MrFengJian / leetcode mshakan / leetcode-1 mychangle123 / leetcode ...
Rat in a Maze Problem - I - GFG Added solution - LeetHub Oct 17, 2022 Remove duplicates from an unsorted linked list - GFG Added solution - LeetHub Mar 22, 2022 Replace all 0's with 5 - GFG Added solution - LeetHub Mar 2, 2022 ...