- Видео 187
- Просмотров 6 156 143
Coder Army
Добавлен 9 авг 2023
Hi Coder, We are on a mission to create Best Coder in our Country and for that we are putting best content for Students. I am Rohit Negi who graduated from IIT Guwahati and got Highest Placement in India in 2021. I got AIR 202 in GATE CSE in 2020.
Time to Level UP Your Development Journey
We have Launched a Live course on Web Development (MERN Stack) and Blockchain, where we are going to cover each and everything from basic to Advance level. There is no prerequisite of the course.
Buy Course link: rohittnegi.akamai.net.in/new-courses/4-web-development-block-chain
Play store app of Coder Army: play.google.com/store/apps/details?id=com.rohit.negi
Special Diwali Offer: Get it at 4000rs only
Coupon Code: CODER500
Coder Army Website: www.coderarmy.in/
No Prerequisite Required
Course Start Date: 16 sep 2024
Class Timing: 9-10 pm (Mon to Fri) LIVE
Instructor: Rohit Negi
Doubt Support: Discord Group
Recording: It will be available after the class
#webdevelopment #dsa #blockchain #nexus
Course...
Buy Course link: rohittnegi.akamai.net.in/new-courses/4-web-development-block-chain
Play store app of Coder Army: play.google.com/store/apps/details?id=com.rohit.negi
Special Diwali Offer: Get it at 4000rs only
Coupon Code: CODER500
Coder Army Website: www.coderarmy.in/
No Prerequisite Required
Course Start Date: 16 sep 2024
Class Timing: 9-10 pm (Mon to Fri) LIVE
Instructor: Rohit Negi
Doubt Support: Discord Group
Recording: It will be available after the class
#webdevelopment #dsa #blockchain #nexus
Course...
Просмотров: 13 014
Видео
House Robber | House Robber 2
Просмотров 12 тыс.3 месяца назад
This is the fourth video of Dynamic Programming, we are starting from basic to build the foundation and will slowly move to advance problems. 1: House Robber : leetcode.com/problems/house-robber/description/ 2: House Robber 2: leetcode.com/problems/house-robber-ii/description/ Buy Course link: rohittnegi.akamai.net.in/new-courses/4-web-development-block-chain Play store app of Coder Army: play....
Count number of hops | Min Cost Climbing Stairs
Просмотров 4,5 тыс.3 месяца назад
This is the third video of Dynamic Programming, we are starting from basic to build the foundation and will slowly move to advance problems. 1: Count Hops: www.geeksforgeeks.org/problems/count-number-of-hops-1587115620/1?page=1&difficulty[]=0&category[]=Dynamic%20Programming&sortBy=submissions 2: Min Cost Climbing Stairs: leetcode.com/problems/min-cost-climbing-stairs/description/ Buy Course li...
Climbing Stairs | Dynamic Programming
Просмотров 6 тыс.4 месяца назад
This is the first video of Dynamic Programming, we are starting from basic to build the foundation and will slowly move to advance problems. 1: Climbing Stairs: leetcode.com/problems/climbing-stairs/description/ 2: Count Hops: www.geeksforgeeks.org/problems/count-number-of-hops-1587115620/1?page=1&difficulty[]=0&category[]=Dynamic%20Programming&sortBy=submissions Buy Course link: rohittnegi.aka...
Introduction To Dynamic Programming
Просмотров 15 тыс.4 месяца назад
This is the first video of Dynamic Programming, we are starting from basic to build the foundation and will slowly move to advance problems. Fibonacci : leetcode.com/problems/fibonacci-number/ Buy Course link: rohittnegi.akamai.net.in/new-courses/4-web-development-block-chain Play store app of Coder Army: play.google.com/store/apps/details?id=com.rohit.negi Coupon Code: CODER ARMY Buy Course at...
Launching Live WEB Development and WEB3 Course | NEXUS
Просмотров 14 тыс.4 месяца назад
We have Launched a Live course on Web Development (MERN Stack) and Blockchain, where we are going to cover each and everything from basic to Advance level. There is no prerequisite of the course. Buy Course link: rohittnegi.akamai.net.in/new-courses/4-web-development-block-chain Play store app of Coder Army: play.google.com/store/apps/details?id=com.rohit.negi Coupon Code: CODER ARMY Buy Course...
Hashing in Data Structure | Zero To Advance Level
Просмотров 26 тыс.4 месяца назад
Hash Functions | Hash Collisions | Separate Chaining | Linear Probing, Quadratic Probing, Double Hashing | Cryptography | Load Factor and Rehashing | How maps work in C 00:00 Introduction 00:47 Understanding Hashing 5:35 Understanding Concept using a Question 12:32 Solving Problems in Hash Function, Hash Collision 16:04 Method 1 - Separate Chaining for collision 21:58 Method 2 - Linear Probing ...
Launching Free Dynamic Programming , Trie and Segment Tree Course
Просмотров 11 тыс.5 месяцев назад
We have launched Free Course on Dynamic Programming, Trie and Segment Tree. You can access it for free through our app. Install our app: Coder Army (Android) Link: play.google.com/store/apps/details?id=com.rohit.negi
Greedy Algorithm From Basic To Advance
Просмотров 26 тыс.5 месяцев назад
Recursion BackTracking #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 26/60 of challenge..... 1: Minimum number of Coins: www.geeksforgeeks.org/problems/-minimum-number-of-coins4426/1?itm_source=geeksforgeeks&itm_medium=article&itm_campaign=bottom_sticky_on_a...
BackTracking: N-Queens | M-Coloring Problem | Sudoku Solver
Просмотров 13 тыс.5 месяцев назад
Recursion BackTracking #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 25/60 of challenge..... 1: N-Queens: leetcode.com/problems/n-queens/ 2: M-Coloring Problem: www.geeksforgeeks.org/problems/m-coloring-problem-1587115620/1 3: Sudoku Solver: leetcode.com/pro...
Strongly Connected Components | Kosaraju Algorithm | Tarjan Algorithm
Просмотров 7 тыс.5 месяцев назад
Graph Data Structure | Graph Theory | Graph in DSA #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 24/60 of challenge..... 1: Kosaraju's Algo: www.geeksforgeeks.org/problems/strongly-connected-components-kosarajus-algo/1 2: (Tarjans's Algo: www.geeksforgeeks.o...
Hamiltonian Path | Hamiltonian Cycle
Просмотров 4 тыс.5 месяцев назад
Graph Data Structure | Graph Theory | Graph in DSA #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 23/60 of challenge..... 1: Hamiltonian Path: www.geeksforgeeks.org/problems/hamiltonian-path2522/1 Video will come on Mon-Fri at 6am in the morning DSA Course fo...
Articulation Point in a Graph | Tarjan's Algorithm
Просмотров 4,5 тыс.5 месяцев назад
Graph Data Structure | Graph Theory | Graph in DSA #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 22/60 of challenge..... 1: Articulation Point: www.geeksforgeeks.org/problems/articulation-point-1/1 Video will come on Mon-Fri at 6am in the morning DSA Course ...
Bridge in a Graph | Critical Connections in a Network
Просмотров 6 тыс.5 месяцев назад
Graph Data Structure | Graph Theory | Graph in DSA #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the help of real world example and it will help everyone to get command over graphs. Day 21/60 of challenge..... 1: Critical Connections in a Network: leetcode.com/problems/critical-connections-in-a-network/description/ Video will come on Mon-Fri at ...
Kruskal's Algorithm | Disjoint set
Просмотров 8 тыс.6 месяцев назад
Kruskal's Algorithm | Disjoint set
Minimum Spanning Tree | Prim’s Algorithm
Просмотров 8 тыс.6 месяцев назад
Minimum Spanning Tree | Prim’s Algorithm
Euler Path and Euler Circuit in a Graph
Просмотров 6 тыс.6 месяцев назад
Euler Path and Euler Circuit in a Graph
Graphs: Knight Walk | Shortest Source to Destination Path in Binary Matrix | Find whether path exist
Просмотров 4,8 тыс.6 месяцев назад
Graphs: Knight Walk | Shortest Source to Destination Path in Binary Matrix | Find whether path exist
Floyd Warshall Algorithm | MultiSource Shortest Path Algorithm
Просмотров 8 тыс.6 месяцев назад
Floyd Warshall Algorithm | MultiSource Shortest Path Algorithm
Bellman-Ford Algorithm | Distance from the Source
Просмотров 7 тыс.6 месяцев назад
Bellman-Ford Algorithm | Distance from the Source
Shortest Path in Weighted undirected graph
Просмотров 6 тыс.6 месяцев назад
Shortest Path in Weighted undirected graph
Dijkstra Algorithm | Intuition + Code + Dry Run + 2 Methods
Просмотров 12 тыс.6 месяцев назад
Dijkstra Algorithm | Intuition Code Dry Run 2 Methods
Graphs: Shortest Path in Directed Acyclic Graph
Просмотров 7 тыс.7 месяцев назад
Graphs: Shortest Path in Directed Acyclic Graph
Graph: Shortest Path in Undirected Graph
Просмотров 7 тыс.7 месяцев назад
Graph: Shortest Path in Undirected Graph
Graphs: Alien Dictionary | Parallel Courses 3 | Course Schedule | Prerequisite Tasks
Просмотров 8 тыс.7 месяцев назад
Graphs: Alien Dictionary | Parallel Courses 3 | Course Schedule | Prerequisite Tasks
Graphs: Covid Spread | Find the number of Islands | Replace O's with X's
Просмотров 10 тыс.7 месяцев назад
Graphs: Covid Spread | Find the number of Islands | Replace O's with X's
Bipartite Graph | BFS + DFS + Code + Real Life application
Просмотров 8 тыс.7 месяцев назад
Bipartite Graph | BFS DFS Code Real Life application
Bhai ye samjhana bohot mushkil hai. Hat's off to you rohit bhai
add bahut jayada aa rha hai isme
maza aa gya bhaiya
welldone
Thank you Bhaiya for this amazing series. My understanding have improved a lot towards trees and gave me confidence to tackle new questions, thank you once again :)
good explanation with real life examples
♥♥♥♥♥♥♥♥♥♥♥♥♥
Learning++ :)
Bhttt easily smajhaya ,,,,,sir 🙌
Day1
day 2 - 2 jan 2025 - mza. aa gya .. rohit you are amazing @CoderArmy9
Wah bhaiya wah overall the internet 😂😂 new concept me dimag khul gaya
WOWW
great bhaiya now i completesd this video
i started this playlist on 2-jan-2025......hope i complete this playlist with full dedication
Bro your way of teavhing is superb ❤
alhamdulilah lec done..... may allah bless u vaiya
chamak gya bro heap pura
Day 4 #180daychallenge #restart #rohitnegi