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...
Print first letter of every word in the string - GFG 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 ...
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 ...
public static void main(String[] args) { String s = ".;.;..;{,"; // String s = "A man, a plan, a cameo, Zena, Bird, Mocha, Prowel, a rave, Uganda, Wait, a lobola, Argo, Goto, Koser, Ihab, Udall, a revocation, Ebarta, Muscat, eyes, Rehm, a cession, Udella, E-boa...
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.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 ...
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 ...
Print first letter of every word in the string - GFG Added solution - LeetHub Feb 14, 2022 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 ...