Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Owned by Joseph

Coding With Joseph

47 members • $47/m

Price: $47 - Level up fast in the BEST Coding Community! Get expert help in all subjects! Perfect for beginners and students on the rise!

The Dev Lock In Blueprint is my inner circle of students who are serious about taking their skills to the new level. DM me "LOCK IN" for more info.

Memberships

I N N E R C I R C L E

190 members • Free

START Community

393 members • Free

Scale Your Coaching

19.6k members • Free

Computer Science

33 members • Free

3 contributions to Computer Science
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. /// }
0 likes • Aug 22
Another solution is to use a Stack and go all the way to the bottom of the tree, and then use the stack to go back where you came from
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
0 likes • Aug 22
What company was this an interview for???
Now discoverable on skool
This community is now discoverable on Skool so hopefully we can get some more members in here!😀
2 likes • Jul 17
As long as you keep engaged, you should show up on the about page!
1-3 of 3
Joseph Abate
1
2points to level up
@joseph-abate
Here to help :)

Active 2h ago
Joined Jul 16, 2025