[Activity 4.1.3: Queues]: Interview Questions#987
Conversation
Add interview question #1
|
@sarahg500 should #947 be closed? |
|
never mind the pull request has very large edits which is most likely not the case |
There was a problem hiding this comment.
@taimurkashif @tkashif <-- lol idk which one is really you
so you are supposed to walk through 1 leetcode activity. either one that you have written is fine (I really liked your explanation for the first one though). but you have to choose one, make 1 or 2 layers of complexity and walk the student through those until it gets to the original problem (we also wanna teach them how to "break down" a problem). Also mention the big O time and space analyses.
Generally speaking this is how leetcode breakdowns are supposed to be written:
- First card: Intro, setting up problems
- Second card: Lvl 1
- Third card: Lvl 2
- Fourth card: Lvl 3 (if applicable)
- Fifth card: Test Cases
- Sixth card: Time and Space Complexity
Working on modularizing and building up the problem statement
Continuing to modularize interview question. Have done up to the 4 directions being given in the problem statement
Have to add image in older Taimur branch
BFS maze picture for interview question added
Explained the importance of test cases
see title
* Made part 4 and 5 of interview question * Also updated credits in the answer.py file
|
@mxthu313 |
Issues Closed
Closes #780
Closes #972
...
Changes proposed in this pull request:
@reviewer/kavuong