Thursday, July 18, 2019

Parking Problem

Today i am posting a sample solution for a parking problem.

This is a simple problem and commonly asked in various technical aptitude exams.

https://github.com/shantanuspathak/infytq/blob/master/ParkingProblem.ipynb

infytq questions and solutions

Hi

 in next few days i am planning to post solutions of various logical problems at following link.
Purpose is to prepare students for exam of infytq.

https://github.com/shantanuspathak/infytq/tree/master

Tuesday, September 25, 2018

Sample Machine Learning Data

This is sample data for machine learning assignment ...

https://drive.google.com/open?id=13cOfUmlveffXO4wTWQRjohZw3NWWM-mK

Sunday, December 31, 2017

Binary search Tree Copy(operator=) and delete

Smallest possible code for ..
Binary search Tree Copy with operator overloading  and delete functions for assignment 1.
Click here
You may use it for reference

Parking Problem

Today i am posting a sample solution for a parking problem . This is a simple problem and commonly asked in various technical aptitude ex...