Nookesh KarriClear all DSA rounds By mastering these 22 DSA patterns1. Fast and Slow Pointer - Cycle detection method - O(1) space efficiency - Linked list problems11h ago
Praharsh BhattEverything about Tree traversal- Inorder, preorder, postorder, time complexity with codeDefinitionJan 10, 20221
Krishna Ram TripathiSubarray Sum Equals KThe question is to find the number of subarray whose sum equals k.3d ago3d ago
InThe StartupbyShriya MadanPassing a 2-D Array as a Function Parameter in C++(mainly)/CRecently I encountered a problem in a company’s coding round. It had a question of rotating a matrix in multiples of 90 degrees. The catch…Jul 8, 20203Jul 8, 20203
Spartan_007Subarray Sum Equals K (leetcode-560)Crux of the problem: - This problem asks you give count total number of subarrays with toal sum equal to ‘k’Nov 241Nov 241
Nookesh KarriClear all DSA rounds By mastering these 22 DSA patterns1. Fast and Slow Pointer - Cycle detection method - O(1) space efficiency - Linked list problems11h ago
Praharsh BhattEverything about Tree traversal- Inorder, preorder, postorder, time complexity with codeDefinitionJan 10, 20221
Krishna Ram TripathiSubarray Sum Equals KThe question is to find the number of subarray whose sum equals k.3d ago
InThe StartupbyShriya MadanPassing a 2-D Array as a Function Parameter in C++(mainly)/CRecently I encountered a problem in a company’s coding round. It had a question of rotating a matrix in multiples of 90 degrees. The catch…Jul 8, 20203
Spartan_007Subarray Sum Equals K (leetcode-560)Crux of the problem: - This problem asks you give count total number of subarrays with toal sum equal to ‘k’Nov 241
Praharsh BhattEverything about binary search trees- Insertion, Deletion, searching, time complexityDefinitionJan 9, 2022
Prashant RajProblem: Farmer’s FieldsThis problem requires us to plant two types of plant i.e. 1x1 and 2x2 area requirement for each plant, into fields of dimension 5x3.Oct 10
UttiyaCaesar Cipher Lite — CodeChef (Starters 121)This was the first ( and probably the easiest) problem of the Starters 121 Division 2 contest from CodeChef that took place on 14th Feb…Feb 17