Valid Parentheses problem (Balanced Brackets) | Animation | Coding Interview Question

  Рет қаралды 13,997

Dinesh Varyani

Dinesh Varyani

2 жыл бұрын

►Full DSA Course - • Data Structures and Al...
►Follow me on Instagram - bit.ly/intrvwkckstrt
►Follow me on LinkedIn - bit.ly/fllwlkdn
►Enroll in the complete course: bit.ly/3W4qthg
►Source Code - github.com/dinesh-varyani/ds-...
►Download DSA Animation Slides - techready.in/courses/150-dsa-...
►Click here to subscribe - kzfaq.info...
Watch all my playlist here:
►Data Structures and Algorithms Course playlist: • Data Structures and Al...
►Mastering JUnit 5 - kzfaq.info?list...
►Mastering Mockito 3 - • Mockito 3 Tutorials
►Analysis of Algorithms - • Analysis of Algorithms
►Linked List Data Structures - • Linked List Data Struc...
►Array Data Structures - • Playlist
►Stack Data Structure - • Stack Data Structure
►Queue Data Structure - • Queue Data Structure
►Binary Tree Data Structure - • Binary Tree Data Struc...
►Graph Data Structure - • Graph Data Structure
►Binary Heap Data Structure - • Binary Heap Data Struc...
►Trie Data Structure - • Trie Data Structure
►Dynamic Programming Algorithms - • Dynamic Programming Al...
►Hashing Data Structures - • Hashing Data Structures
►Sorting and Searching - • Sorting and Searching
►String Algorithms - • String Algorithms
Want to land a software engineering job in the IT industry? This course - 'Visualizing Data Structures and Algorithms' is here to help. The course walks you through multiple Java algorithms, data structures problems, and their solutions with step by step visualizations, so that you are actually learning instead of blindly memorizing solutions.
The course covers in and outs of Data Structures and Algorithms in Java. Java is used as the programming language in the course. Students familiar with Javascript, Python, C#, C++, C, etc will also get to learn concepts without any difficulty. The implementation of various Algorithms and Data Structures have been demonstrated and implemented through animated slides. It covers many interview room questions on Algorithms and Data Structures. The questions and solutions are demonstrated by -
1. Animated slide. (To make visualization of algorithms faster)
2. Coding algorithm on IDE.
The course covers topics such as -
0. Algorithm Analysis
1. Arrays
2. Matrix
3. Singly Linked List
4. Doubly Linked List
5. Circular Singly Linked List
6. Stacks
7. Queues
8. Binary Tree
9. Binary Search Tree
10. Graphs
11. Priority Queues and Heaps
12. Recursion
13. Searching
14. Sorting
15. Strings
16. Trie Data Structure
17. Dynamic Programming
and many more ...
#dsa #algorithms #coding

Пікірлер: 27
@shubhamagarwal1434
@shubhamagarwal1434 2 жыл бұрын
Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over KZfaq with java implementation and found this. Hats Off To You Man...Excellent Work. GOD BLESS YOU :)
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
Thanks !!!
@fardilviews
@fardilviews 2 жыл бұрын
You are a Diamond in CS community.
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
Thanks !!!
@deafghostmotion3712
@deafghostmotion3712 Жыл бұрын
Awesome!
@AhsanAli-vz6mg
@AhsanAli-vz6mg 2 жыл бұрын
Well explained
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
thanks !!!
@NeerajSharma1
@NeerajSharma1 Жыл бұрын
Why is this combination of parenthesis not working for this code. ? ===== > [{()}]
@MohdDanish-kv8ry
@MohdDanish-kv8ry 2 жыл бұрын
nice explanation sir.
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
thanks !!!
@_RahulDalvi
@_RahulDalvi 2 жыл бұрын
Sir, please make a video on object oriented programming
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
cant commit ... will see
@terlanibrahimli1191
@terlanibrahimli1191 10 ай бұрын
Hello sir,when i declare Stack , I got error.Type parameter 'java.lang.Character' is not within its bound; should extend 'java.lang.Number'.What can i do ?.please help me ,thanks sir.
@aratisingh9631
@aratisingh9631 2 жыл бұрын
can u plz refer any book for dsa+algo in java?????
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
algorithms by robert sedjewick data structures and algorithms made easy in java by narsimha crack the coding interview by Gayle Mcdowell
@saumyaagarwal6282
@saumyaagarwal6282 2 жыл бұрын
Hello sir, I had given input string, s ="{}()" and the output was "false"..but that should be true.
@razushikh4553
@razushikh4553 2 жыл бұрын
but my output comes true!!
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
Check source code provided in the description of the video !!!
@naveenbala7267
@naveenbala7267 2 жыл бұрын
Sir, in this problem it is showing error object cannot be converted to char in declaring char top
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
did u mentioned the type of object Stack will hold like - Stack ???
@naveenbala7267
@naveenbala7267 2 жыл бұрын
@@itsdineshvaryani thank u ❤sur
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
np !!!
@naveenbala7267
@naveenbala7267 2 жыл бұрын
@@itsdineshvaryani could u please make videos on priority queue sir
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
its there ... check binary heap
@chidubemishie5945
@chidubemishie5945 2 жыл бұрын
Hello sir, please I got a certain question on an interview. You have an integer (eg. 3567921) and you have to reverse it by every two numbers. For example, the result for the previous number would be 5376291. Please if you can help me solve this problem I will be extremely grateful!
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
sure will add !!!
@vivekprasad1938
@vivekprasad1938 2 жыл бұрын
static int[] rev(int intg){ int[] digits = Integer.toString(intg).chars().map(c -> c-'0').toArray(); if(digits.length%2==0){ for(int i=0;i
Next Greater Element | Animation | Coding Interview
21:23
Dinesh Varyani
Рет қаралды 16 М.
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 120 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 71 МЛН
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
15:18
Fullstack Academy
Рет қаралды 364 М.
Valid Parentheses - Leetcode 20 - Stacks (Python)
8:55
Greg Hogg
Рет қаралды 3,4 М.
Two Pointer Algorithm | Two Sum Problem | Solve DS Problems in O(N) Time
19:18
JAVAAID - Coding Interview Preparation
Рет қаралды 112 М.
LeetCode 20. Valid Parentheses Solution Explained - Java
7:28
Nick White
Рет қаралды 76 М.
How to find Maximum value in a Binary Tree? (Recursive) | Animation
26:20
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 343 М.
Пёс - Парашютист 😍
0:42
ДоброShorts
Рет қаралды 3,2 МЛН
GADGET PROTECTOR DE PALETAS 🍡 ¡LO NECESITAS!
0:15
its mritunjoy
Рет қаралды 11 МЛН
А вы бы как с ним поступили?
0:22
Почему?
Рет қаралды 2,8 МЛН