Srk Codes

Srk Codes

Views:
810,123
Subscribers:
8,390
Videos:
598
Duration:
4:11:53:20
India
India

Srk Codes is an Indian YouTube content creator with at least 8.39 thousand subscribers, with his content totaling at least 810.12 thousand views views across 598 videos.

Created on ● Channel Link: https://www.youtube.com/channel/UCaISi9ABHY1bJvmhlo5abAA





All Videos by Srk Codes



PublishedVideo TitleDurationViewsCategoryGame
2025-06-17Leetcode 342: Power of Four in Telugu | Bruteforce, Math, Bit Logic | Python DSA | srkcodes0:0013
2025-06-16Leetcode 1071: GCD of Strings Explained in Telugu | Bruteforce, GCD | Python DSA | srkcodes0:0057
2025-06-15Leetcode 914: X of a Kind in a Deck of Cards in Telugu | Bruteforce, GCD | Python DSA | srkcodes0:0031
2025-06-14Leetcode 2520: Count Digits That Divide a Number in Telugu | Python DSA | srkcodes0:0079
2025-06-13Leetcode 1175: Prime Arrangements Explained in Telugu | Math approach | Python DSA | srkcodes0:0032
2025-06-12Leetcode 1492: Kth Factor of n in Telugu | Brute Force, √n Optimized Solutions | srkcodes0:0036
2025-06-11Leetcode 2413: Smallest Even Multiple in Telugu | Bruteforce, LCM, Math Logic | srkcodes0:0048
2025-06-10Leetcode 1979: Find GCD of Array in Telugu | Bruteforce, Euclidean Algorithm | srkcodes0:0093
2025-06-09Leetcode 204: Count Primes | Bruteforce, Sieve of Eratosthenes in Telugu | Python DSA | srkcodes0:0080
2025-06-08Math for DSA Explained in Telugu | Prime, GCD, LCM, Sieve, Modular Arithmetic, nCr | srkcodes0:0045
2025-06-07Leetcode 209: Minimum Size Subarray Sum in Telugu | Brute Force, Sliding Window | srkcodes0:0071
2025-06-06Leetcode 567: Permutation in String in Telugu | Sliding Window Approach | Python DSA | srkcodes0:0091
2025-06-05Leetcode 438: Find All Anagrams in a String in Telugu | Hash Table, Sliding Window | srkcodes0:00108
2025-06-04Longest Substring Without Repeating Characters | Bruteforce, Sliding Window | Python DSA | srkcodes0:0060
2025-06-03Leetcode 643: Max Average Subarray I in Telugu | Array, Sliding Window | Python DSA | srkcodes0:00104
2025-06-02Leetcode 1652: Defuse the Bomb in Telugu | Array, Sliding Window | Python DSA | srkcodes0:00131
2025-06-01Sliding Window Technique Explained in Telugu | Real-Life Example, Types, Use Cases | srkcodes0:00140
2025-05-31Leetcode 692: Top K Frequent Words in Telugu | HashMap, Trie | Python DSA | srkcodes0:0052
2025-05-30Leetcode 648: Replace Words in Telugu | Bruteforce, Trie | Python DSA | srkcodes0:0026
2025-05-29Count Prefix & Suffix Pairs | Leetcode 3042 | Bruteforce, Trie | Python DSA | srkcodes0:0046
2025-05-28Longest Common Prefix | Leetcode 14 in Telugu | Trie Approach | Python DSA | srkcodes0:0060
2025-05-27Leetcode 1804: Implement Trie II | Explained in Telugu | Python DSA | srkcodes0:0052
2025-05-26Implement Trie in Python | Leetcode 208 Telugu | Prefix Tree Explained | Python DSA | srkcodes0:0054
2025-05-25Tries Explained in Telugu | Autocomplete, Search, startsWith | Python DSA | srkcodes0:0052
2025-05-24Bitwise AND of Numbers Range | Leetcode 201 | Python DSA | srkcodes0:0087
2025-05-23Leetcode 268: Missing Number | XOR | Python DSA | srkcodes0:0069
2025-05-22Leetcode 231: Power of Two in Telugu | Math, Bit manipulation | Python DSA | srkcodes0:0057
2025-05-21Reverse Bits Explained in Telugu | Leetcode 190 | Python DSA | srkcodes0:0057
2025-05-20Leetcode 389: Find the Difference | 4 Easy Methods in Telugu | Python DSA | srkcodes0:00132
2025-05-19Leetcode 191: Number of 1 Bits in Telugu | 4 Easy Python Solutions | Bitwise Tricks | srkcodes0:0050
2025-05-18Bit Manipulation in Telugu | Binary, Operators & Tricks | Python DSA | srkcodes0:0051
2025-05-17Counting Bits in Telugu | Leetcode 338 | Brute Force, DP Explained | Python DSA | srkcodes0:00122
2025-05-16Leetcode 1137: N-th Tribonacci Number in Telugu | DP, Math| Python DSA | srkcodes0:0075
2025-05-15Leetcode 198: House Robber in Telugu | Dynamic Programming Approach | Python DSA | srkcodes0:00256
2025-05-14Min Cost Climbing Stairs in Telugu | Leetcode 746 | DP Approach | Python DSA | srkcodes0:00124
2025-05-13Leetcode 70: Climbing Stairs in Telugu | Math,DP,Memoization | Python DSA | srkcodes0:00121
2025-05-12Leetcode 509: Fibonacci in Telugu | Memoization, Tabulation | Python DSA | srkcodes0:0092
2025-05-11Dynamic Programming Explained in Telugu | Memoization, Tabulation | Fibonacci Example | srkcodes0:00133
2025-05-10Leetcode 841: Keys and Rooms in Telugu | BFS Iterative Approach | Python DSA | srkcodes0:0072
2025-05-09Leetcode 733 Flood Fill in Telugu | DFS Explained | Python DSA | srkcodes0:00127
2025-05-08Leetcode 547 Number of Provinces Telugu | DFS Graph Traversal | Python DSA Tutorial | srkcodes0:0040
2025-05-07Leetcode 797: All Paths from Source to Target | DFS Graph in Telugu | Python DSA | srkcodes |0:00158
2025-05-06Find If Path Exists in Graph Telugu | DFS Approach | Leetcode 1971 | Python DSA | srkcodes0:0075
2025-05-05Find the Town Judge Problem in Telugu | Hash Table, Graph Approach | Leetcode 997 | srkcodes0:0051
2025-05-04Graphs in DSA Telugu | Types, Representation, Use Cases, Code | Adjacency List & Matrix | srkcodes0:00108
2025-05-03Longest Palindrome Telugu | Greedy, Optimal Approaches | Leetcode 409 | Python DSA | srkcodes0:00248
2025-05-02Lemonade Change Greedy Approach in Telugu | Leetcode 860 | Python DSA Interview Prep | srkcodes0:0082
2025-05-01Leetcode:- 55 Jump Game Telugu | Can You Reach the End? | Greedy Approach in Python | srkcodes0:00154
2025-04-30Assign Cookies Problem in Telugu | Greedy + Two Pointer | Leetcode 455 | Python DSA | srkcodes0:0025
2025-04-29Non-Overlapping Intervals Telugu | Greedy + Sorting | Leetcode 435 Explained | srkcodes0:0084
2025-04-28Coin Change Problem Telugu | Greedy, BFS Approach | Leetcode 322 | Python DSA | srkcodes0:00104
2025-04-27Greedy Algorithms Explained in Telugu with Real-Life Examples | srkcodes0:0069
2025-04-26Last Stone Weight | Leetcode 1046 | Bruteforce, Heap Solutions in Telugu | srkcodes0:0018
2025-04-25K Closest Elements Leetcode 658 in Telugu | Sorting & Heap Approach | DSA in Python | srkcodes0:0018
2025-04-24Sort an Array in Python using Heap | Leetcode 912 | Telugu DSA Tutorial | srkcodes0:0021
2025-04-23Top K Frequent Elements | Leetcode Q347 in Telugu | Heap + Hashmap | DSA Python | srkcodes0:0018
2025-04-22Kth Smallest in Sorted Matrix | Python Telugu | Min-Heap, Brute-force | Leetcode 378 | srkcodes0:0026
2025-04-21Kth Largest Element in Array | Heap (Priority Queue) | Leetcode 215 | Python Telugu | srkcodes0:00189
2025-04-20Heaps & Priority Queues in Python Telugu | Min vs Max Heap | heapq Explained | srkcodes0:0095
2025-04-19Kth Smallest in BST | Full, Early Inorder | Leetcode 230 | Python Telugu | srkcodes0:0090
2025-04-18Max Depth of Binary Tree in Telugu | DFS, BFS Python Approaches | Leetcode 104 | srkcodes0:00127
2025-04-17Range Sum of BST | Leetcode 938 in Telugu | Inorder, Optimized DFS | srkcodes0:0031
2025-04-16Validate BST | Leetcode 98 | Inorder, Min-Max Recursive | DSA Python | srkcodes0:00126
2025-04-15Insert into BST | Leetcode 701 Explained in Telugu | Recursive, Iterative | srkcodes0:0056
2025-04-14Search in Binary Search Tree | Leetcode Q700 | Python Solution Explained in Telugu | srkcodes0:0084
2025-04-13Binary Search Tree (BST) Explained in Telugu | Traversals, Operations, Basics | srkcodes0:0078
2025-04-12Combination Sum III | Leetcode 216 | Backtracking in Python | Explained in Telugu | srkcodes0:0078
2025-04-11🎉 Day 100: Combination Sum II Explained in Telugu | Leetcode 40 | Backtracking Python | srkcodes0:00165
2025-04-10Combination Sum Explained in Telugu 🔥 | Backtracking Python | Leetcode 39 | srkcodes0:0046
2025-04-09Generate Binary Strings Without Adjacent Zeros | Leetcode 3211 | Backtracking, String | srkcodes0:0032
2025-04-08Letter Case Permutation Leetcode 784 in Telugu | Backtracking, String Approach | DSA Prep | srkcodes0:0064
2025-04-07Permutations in Telugu | Leetcode 46 | Iterative, Backtracking | DSA in Telugu | srkcodes0:0028
2025-04-06Subsets in Telugu | Leetcode 78 | Iterative, Backtracking Approaches | Power Set DSA | srkcodes0:00131
2025-04-05Backtracking Explained in Telugu 🧠 | Subsets of String using Recursion | srkcodes0:00107
2025-04-04Valid Palindrome | Leetcode 125 | Recursion Approach | Python Telugu | srkcodes0:00107
2025-04-03Reverse a String Using Recursion 🔄 | Leetcode 344 | Python Telugu | srkcodes0:00187
2025-04-02Add Digits | Leetcode 258 | Brute Force, Recursion, Math | Python Telugu | srkcodes0:00170
2025-04-01Fibonacci Number Explained 🔥 | Recursion, DP, Math | Leetcode 509 | Python Telugu | srkcodes0:00184
2025-03-31Find Trailing Zeroes in Factorial! | Recursion & Math Approach Explained | Telugu | srkcodes0:00109
2025-03-30Master Recursion in Python 🔥 | Basics, Code Examples & DSA Applications | Telugu | srkcodes0:00102
2025-03-29Binary String With Substrings 1 to N | Leetcode 1016 | Python Solution in Telugu | srkcodes0:0042
2025-03-28Leetcode 239: Sliding Window Maximum | Python Solution in Telugu | srkcodes0:0065
2025-03-27First Unique Character in a String | Leetcode 387 | Python Solution in Telugu | srkcodes0:0081
2025-03-26Leetcode 622: Design Circular Queue | Python Solution in Telugu | FIFO Concept Explained | srkcodes0:00111
2025-03-25Implement Queue Using Stacks | Leetcode 232 Explained in Telugu | O(1) | srkcodes0:00137
2025-03-24Queue Data Structure Explained in Telugu | Enqueue, Dequeue, Front, isEmpty | srkcodes0:00180
2025-03-23Leetcode 895: Maximum Frequency Stack Explained in Telugu | Python Solution | srkcodes0:0068
2025-03-22Design a Custom Stack with Increment Operation in Telugu | Leetcode 1381 | Python DSA | srkcodes0:0057
2025-03-21Leetcode 1441: Build Array With Stack Operations | Python Solution in Telugu | srkcodes0:0044
2025-03-20Leetcode 150: Evaluate Reverse Polish Notation Explained in Telugu | Stack Approach | srkcodes0:0030
2025-03-19Leetcode 20: Valid Parentheses Explained in Telugu | Brute Force & Stack Approach | srkcodes0:0066
2025-03-18Leetcode 496: Next Greater Element I Explained in Telugu | Array, Hash Table, Stack | srkcodes0:0063
2025-03-17Leetcode 155: Min Stack Explained in Telugu | Two Stack & Single Stack Approach | srkcodes0:00108
2025-03-16Stack Data Structure Explained in Telugu | Push, Pop, Peek, IsEmpty Operations | srkcodes0:00118
2025-03-15Leetcode 237: Delete Node in a Linked List | Python in Telugu | 2 Line Solution | srkcodes0:0038
2025-03-14Leetcode Q2: Add Two Numbers | Python Solution in Telugu | Brute Force & Optimal | srkcodes0:0074
2025-03-13Linked List Cycle II Explained in Telugu | Leetcode 142 | Python Brute Force & Optimal | srkcodes0:0084
2025-03-12Leetcode 61: Rotate List in Telugu | Brute Force & Optimal Solution | srkcodes0:00153
2025-03-11Reverse Nodes in k-Group Explained in Telugu | Leetcode Q25 | Iterative & Recursive | srkcodes0:0075
2025-03-10Intersection of Two Linked Lists Explained in Telugu | Leetcode Q160 | Python DSA | srkcodes0:00115