How to reverse a String using a Stack in Java ? | Animation

preview_player
Показать описание

Watch all my playlist here:

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
Рекомендации по теме
Комментарии
Автор

Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over YouTube with java implementation and found this. Hats Off To You Man....Excellent Work. GOD BLESS YOU :)

shubhamagarwal
Автор

Really helpful ur DSA playlists God bless you sir 🙏🙏

sanjushekhawat
Автор

Thank you!!! Because of you i manage to pass my activity heheh

basilioreyes
Автор

sir in for loop we apply pop then our peek element is A so A will remove first, but here you said d will remove

harshadgandhale
Автор

Thank you so much for detailed explanation of every data structure. However, for some videos, it is saying only members can watch. What do we do to be a memeber so that we can watch all vidoes?

tejaswi-cu
Автор

Sir! What's the time complexity here?

arijitmohapatra
Автор

Sir, till LinkedList you coded the implementations of each and every methods like insertion, deletion etc.
But here In Stack, why you used collections and generics instead of coding the pop(), push() methods?

mayukhchatterjee
Автор

Sir please do all the leetcode queations

poojaschannel
Автор

Sir where is the practical of this algorithm

chaitanyasingh
Автор

i think it would be better if you will provide a whole program not just by how it works so even beginners like me would understand your video better.

clausekinncaparida
Автор

While explaining logic don't give the code on screen, it doesn't force to think or implement our own logic as it is already on screen.

Matrix-yhwh