Repository files navigation Contains solutions to programming questions asked in interviews / coding rounds.
Feel free to contribute, and if you like the repo kindly Star it 😉.
Covers Dynamic programming, Greedy, Recursion.
The Approaches are all coded in PYTHON 3.
3-Palindrome, I have tried my best approach to solve the question only by using recursion, and no loops
Elections, I have actually used a straight forward native approach of countaing the neutrals and handling them with loops
Tennis Court, A longer program as the points logic was to be implemented for all cases of serves and sets.
String Merge, I have also followed a Naitive with a dynamic approach.
Path through Graph, Followed a simple mathematical approach.
Factor of 3, Followed a simple Permutation logic in order to reduce Time.
Even Odd, Followed a simple Permutation logic.
Unlocker, I have followed a simple naive approach, They work good on given testcases and custom edge cases.
T-Rex and Theme park question, I have completely used recursion for the path finding algorithm, and it is effective for all edge cases.
Chris Patt dinosaur (path in a matrix), I have completely used recursion for the path finding algorithm, and it is effective for all edge cases.
Feel free to raise pull requests for performance issues and edge cases.
About
This repo contains the answers for programming questions asked in interviews and coding rounds,
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.