hackerrank-python
hackerrank-python copied to clipboard
My practice with Python solving problems in HackerRank.
Trees: Is This a Binary Search Tree?: https://www.hackerrank.com/challenges/ctci-is-binary-search-tree/problem Trees: https://www.hackerrank.com/interview/interview-preparation-kit/trees/challenges
Matrix: https://www.hackerrank.com/challenges/matrix/problem Graphs: https://www.hackerrank.com/interview/interview-preparation-kit/graphs/challenges
DFS: Connected Cell in a Grid: https://www.hackerrank.com/challenges/ctci-connected-cell-in-a-grid/problem Graphs: https://www.hackerrank.com/interview/interview-preparation-kit/graphs/challenges
BFS: Shortest Reach in a Graph: https://www.hackerrank.com/challenges/ctci-bfs-shortest-reach/problem Graphs: https://www.hackerrank.com/interview/interview-preparation-kit/graphs/challenges
Find the nearest clone: https://www.hackerrank.com/challenges/find-the-nearest-clone/problem Graphs: https://www.hackerrank.com/interview/interview-preparation-kit/graphs/challenges
Roads and Libraries: https://www.hackerrank.com/challenges/torque-and-development/problem Graphs: https://www.hackerrank.com/interview/interview-preparation-kit/graphs/challenges
Poisonous Plants: https://www.hackerrank.com/challenges/poisonous-plants/problem Stacks and Queues: https://www.hackerrank.com/interview/interview-preparation-kit/stacks-queues/challenges
Castle on the Grid: https://www.hackerrank.com/challenges/castle-on-the-grid/problem Stacks and Queues: https://www.hackerrank.com/interview/interview-preparation-kit/stacks-queues/challenges
Min Max Riddle: https://www.hackerrank.com/challenges/min-max-riddle/problem Stacks and Queues: https://www.hackerrank.com/interview/interview-preparation-kit/stacks-queues/challenges
Largest Rectangle: https://www.hackerrank.com/challenges/largest-rectangle/problem Stacks and Queues: https://www.hackerrank.com/interview/interview-preparation-kit/stacks-queues/challenges