User
Write something
Ai developer, CS based Project writer
Hey guys, I'm a computer science master's holder. I deal with school projects across many countries. Majorly, computer science projects in the fields of machine learning, deep learning, natural language processing, computer vision, and business intelligence... I would love to connect with like-minded people☺️
0
0
CS Teacher and Computational Biologist
Hi all, I teach high school CS and am also a computational biologist. I write algorithms to crack the biological codes that are not stored in DNA (check out my work at www.TSG-Lab.org). Looking forward to learning from ya'll. Dave
2
0
Resources for systems level programming / C++
https://youtu.be/0pwpP2QOW9g?si=r3c7pdV1QaCfvgkA BOOKS - TCP/ IP illustrated volume 1 (teach networking) - Operating Systems in 3 easy pieces (teach OS) - Inside the Machine (Computer Architecture) - Concurrency in action (concurrency) - C++ software design - Beautiful C++ in the YT link below in the description is a link to a Google sheet of the relevant chapters for each book (don’t need to read all!)
Favorite Interview Questions:
**Basics**: Given a binary tree write a function to release the tree without using recursion. **Context**: This is deep in the OS so recursion or dynamic memory allocation for control flow is not allowed. You have been given a dynamic data object that contains data about a resource in the OS. It is no longer being used and must thus be released. struct Node { Node* left; Node* right; int. data; // For interview just an integer. Don''t worry about it. } void releaseTree(Node* root) { // Write this part. /// }
System Desing Interview
Question: Design an Online Judge system that can be used to host online contests in solving algorithmic questions. OK. This one was a bit tricky. But it turned out after some questions that they wanted me to design Hacker Rank (or something similar). Do be blunt, I did a bad job. But I put my heart into it. Here is the RAW result. https://excalidraw.com/#json=Dt9c0gTOpvnyUIZNUBT7O,hMsZ0oNqmb4SFbJSThJo4g
1-8 of 8
powered by
Computer Science
skool.com/computer-science-5993
A skool community for computer science students looking to learn, grow and share knowledge.
Build your own community
Bring people together around your passion and get paid.
Powered by