Completed
⌨️ Introduction to the course on the Stack data structure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stack Data Structure Tutorial – Solve Coding Challenges
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction to the course on the Stack data structure
- 2 ⌨️ Stack implementation intuitions + Code in Python3 and C++
- 3 ⌨️ Simplify Path | InterviewBit | LeetCode
- 4 ⌨️ Min Stack | InterviewBit | LeetCode
- 5 ⌨️ Introduction to Parentheses questions
- 6 ⌨️ Valid Parentheses | InterviewBit | LeetCode
- 7 ⌨️ Redundant Braces | InterviewBit
- 8 ⌨️ Minimum Remove to Make Valid Parentheses | LeetCode
- 9 ⌨️ Longest Valid Parentheses | LeetCode
- 10 ⌨️ Introduction to Calculator questions
- 11 ⌨️ Convert Infix to Postfix
- 12 ⌨️ Evaluate Reverse Polish Notation| InterviewBit | LeetCode
- 13 ⌨️ Basic Calculator I, II, III | LeetCode