- Revised all the algorithms That i worked on in the past couple of months while working on Princeton's algorithms course.
- Read about Hoare’s Partition Scheme and Lomuto partition scheme on quicksort,Dijkistra's algorithm etc.
- I am not going to spend more time on this again.
- updated my algorithms summary article.so that i can just go through it for quick reference.
Tuesday, 29 August 2017
Revision Day 1
Subscribe to:
Post Comments (Atom)
Installing Docker and Minikube
install docker- sudo apt install docker.io set user to docker group:- sudo gpasswd -a {user} docker imp commands:- ...
-
I wont be working on this weekend(5th and 6th august) as I will be busy in family function. Note:-on 10th Aug,2 days gap extended to 7 da...
-
Day 3:- Problem Statement:- Hash Tables: Ransom Note Todays problem is on hashtables(maps). The problem was very easy,wrote it on pape...
-
Day 14 Problem Statement :- DFS: Connected Cell in a Grid I did't know about DFS and BFS, gone through the Princeton Video lectures...
No comments:
Post a Comment