Moscow Puzzles 89: Siskin and Thrush
Posted on Sat 30 October 2021 in tech • Tagged with programming, moscow puzzles, python
Moscow Puzzles #89
Posted on Sat 30 October 2021 in tech • Tagged with programming, moscow puzzles, python
Moscow Puzzles #89
Posted on Wed 27 October 2021 in tech • Tagged with programming, c++, go, python, java
C++ programmers should explore functional languages. Experience with modern programming idioms can improve ones ability to write modern C++.
Posted on Wed 20 October 2021 in tech • Tagged with programming, interview, c++
I used to ask this classic on every single one of my interviews. I've gotten lenient.
Posted on Sun 17 October 2021 in tech • Tagged with pi, alert
I like this project. It reminds me of working in an environment where there are system status screens on the wall. With remote work its more important to have access to system status and alerts because we can not see others reacting to an issue and respond. This is a …
Posted on Sun 10 October 2021 in tech • Tagged with programming, Leetcode, TypeScript
Product of Three Largest Numbers in TypeScript
Posted on Sun 03 October 2021 in tech • Tagged with programming, Leetcode, C++, DFS
Number of Islands Recursive Graph Traversal