Skip to content

My code solutions and other materials for the July/August 2017 CodePath Alumni Interview Prep course

Notifications You must be signed in to change notification settings

tachyonlabs/CodePath-Alumni-Interview-Prep-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodePath Alumni Interview Prep Course, July - August 2017

As I said in my application prework InterviewBit profile gif, I've actually been using InterviewBit for about three months now (though I still have a ways to go before reaching Code Ninja status). My profile is https://www.interviewbit.com/profile/Tachyon. I usually do one problem a day, but sometimes more.

Tasks Before Session 1

As shown in this GIF, I've already completed almost all the Arrays and Strings problems on InterviewBit:

My InterviewBit Arrays solutions so far:

My InterviewBit Strings solutions so far:

Assignment 1

As I mentioned above, I had already completed almost all of the Arrays and Strings problems on InterviewBit before the class started, but I did four more for this assignment:

And here's a GIF of my Arrays and Strings topic pages where you can see them checked off:

I took the HackerRank "CodePath Interview Prep - Unit 1 Test" on July 15, so you should have received my results. Here's the feedback I sent to HackerRank afterward: "I enjoyed the test even though I didn't finish debugging my third solution in time. What might have made things easier for me with the debugging would have been if you had had some gradually-getting-longer test cases in between the two short ones and then the long one -- as it was I kept working on developing my own custom test cases with different edge cases that might reproduce the problem while still being short enough to step through easily, but my code worked perfectly on everything I came up with -- but then again depending on your test you don't necessarily want to make anything easier about it. Anyway, thanks, and looking forward to the next test!"

Tasks Before Session 2

As shown in this GIF, I've already completed almost all the Hashing and Linked Lists problems on InterviewBit:

My InterviewBit Hashing solutions so far:

My InterviewBit Linked Lists solutions so far:

Assignment 2

As I said above, I had already completed almost all of the Hashing and Linked Lists problems on InterviewBit, but I did four more for this assignment:

And here's a GIF of my Hashing and Linked Lists topic pages where you can see them checked off:

I took the HackerRank "CodePath Interview Prep - Unit 2 Test" on July 22, so you should have the results by now.

Tasks Before Session 3

As shown in this GIF, on InterviewBit I've already completed many of the Trees problems, almost all the Binary Search problems, and one of the Heaps and Maps problems:

My InterviewBit Trees solutions so far:

My InterviewBit Binary Search solutions so far:

My InterviewBit Heaps and Maps solutions so far:

Assignment 3

I had already completed many of the Trees problems, and all except two of the Binary Search problems on InterviewBit, but right now I'm still stuck battling those last two, so for this assignment I did five more Trees problems and one more Heaps and Maps problem -- the LRU Cache one used as an example in the last class session:

And here's a GIF of my Trees and Heaps and Maps topic pages where you can see them and others checked off:

I took the HackerRank "CodePath Interview Prep - Unit 3 Test" on July 30, so you should have the results by now.

Tasks Before Session 4

As shown in this GIF, on InterviewBit I've already completed six of the Backtracking problems, and all except one of the Bit Manipulation problems:

My InterviewBit Backtracking solutions so far:

My InterviewBit Bit Manipulation Search solutions so far:

Assignment 4

I had already completed many of the Backtracking problems, and all except one of the Bit Manipulation problems, on InterviewBit, so for this assignment I did the only Bit Manipulation problem I hadn't already done, and five more Backtracking problems:

And here's a GIF of my Backtracking and Bit Manipulation topic pages where you can see them and others checked off:

I took the HackerRank "CodePath Interview Prep - Unit 4 Test" on August 7, so you should have the results by now.