Saturday, 12 August 2017

Completed - CTCI 20 Days Challange

Completed the Challenge in 18 days(25th July-12th Aug).

Digest:-

  • Most of the problems were easier than I thought.
  • Learnt implementation of algorithms like tries,heaps,BFS and DFS.
  • Gained lot of confidence on my algorithmic knowledge.
  • Learnt discipline and working in time bound environment.
  • On paper working helped me a lot,need to practice further on that.
  • Few backlogs are left out,need to cover them ASAP.  note:- Completed all problems on 22/8/17
  • Uploaded all the solutions on Github at link:-  Github link


No comments:

Post a Comment

Installing Docker and Minikube

  install docker-   sudo apt install docker.io   set user to docker group:- sudo gpasswd -a   {user} docker   imp commands:- ...