Study materials for SE/CS technical interviews
-
Updated
May 8, 2023
Study materials for SE/CS technical interviews
Interview Cake Clojure solutions.
Leetcode Solution using Javascript. I added several solutions to the source repository
This is a shared list of questions that we have received during our technical interviews.
My solutions to the problems from interviewcake.com
Interview cake algorithms in JavaScript
=Donut T'challenge Mee=
Algorithm Tester: Contains several Kotlin solutions for algorithms and data structure problems typically encountered at many technical interviews for software engineers. Uses JUnit5 tests to ensure for correct functionality and solutions.
Tracking interviewcake practice session deviations from ideal solutions.
Based on Interview Cakes practice question "Cake Thief". Dynamic programming is implemented to solve this problem to get the most cake in the duffel bag before the thief is caught!
Interview Cake Data Structure Course
Inspired by Interview Cakes nth Fibonacci problem to return the nth number as requested by the user. The approach taken to resolve this problem is to implement a recursion solution.
Add a description, image, and links to the interview-cake topic page so that developers can more easily learn about it.
To associate your repository with the interview-cake topic, visit your repo's landing page and select "manage topics."