Crack Query - Leadership Interview
Home
Google - Engineering Manager Interview Prep
System Design Preparation
Design Patterns
Object Oriented Designing
C Programming
Will Add content soon, please check after some time.
(May be by end of april.)
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
AWS Data Pipeline Services
https://www.youtube.com/watch?v=tykcCf-Zz1M
Good Links
Follow this order for design interview prep: Connect to Arslan Ahmad on linked in, lot of good quick cheet sheets you get from Arslan on s...
Kafka - easy understanding
https://www.youtube.com/watch?v=Ydts27Qa8H0
Maximum of a Tree
Here is the simple code for finding the maximum of a BST: /* Tree Maximum */ Tree* maxTree(struct Tree *node) { while(node->right) nod...
No comments:
Post a Comment