-
My main concern w the Tech interview handbook's problems is that it ends up cramming a lot of pretty tough problem into one week. The problems are really good, but for me it gives the illusion that yo…
-
Contributors are welcome to add graph related problems !
You are free to choose problem statements from GeeksforGeeks, Hackerrank and LeetCode or any other platforms.
-
## Computer Science Fundamentals for Technical Interviews
https://courses.thinkful.com/fewd-201v4/unit/2
### Measuring algorithm performance with big O
- [ ] Big O notation
- [ ] Runtime complex…
-
We use Common Lisp extensively in our document processing software core for classification, extraction and other aspects of our service delivery and technology stack.
-
As part of my PhD research on code authorship, we calculated the Truck Factor (TF) of some popular GitHub repositories.
As you probably know, the [Truck (or Bus) Factor](https://en.wikipedia.org/wiki…
-
In, URL: https://yangshun.github.io/tech-interview-handbook/algorithms/sorting-searching
File: tech-interview-handbook/contents/algorithms/sorting-searching.md
- Sort a list of numbers in which …
-
There is a [web-based ipython console](https://github.com/jupyterlab/jupyterlab/tree/master/packages/console) in the jupyterlab project, basically a [QTConsole](https://github.com/jupyter/qtconsole) …
-
## 🚀 Feature
There are two singly linked lists in a system. The end node of one of the linked list got linked to the second list, forming an inverted Y-shaped list. Write a program to get the point…
-
#10254
It would be super helpful to go through and get a list together of what lessons have learning outcomes, and which don't. If you respond with a list here, I can edit the other ticket with th…
-
## 🚀 Feature
(A clear and concise description of what the feature is.)
I want to add a very important program based on the concept of Binary Tree
### Have you read the [Contributing Guidelines…