Home Explore Settings

Search

Krishanu
Krishanu @48Krishanu · 2h
Started with data structures and algorithms. Understood basics of time and space complexity #DSA #DataStructures #Algorithms #LearnInPublic #WebDevelopment
1
5
Xojo
Xojo @xojo · 4h
Dictionary = key‑value hash. Array = ordered list. Pair = two‑value tuple. true? false? 🤔 #Xojo #Collections #DataStructures
23
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 8h
Problem1: Articulation Point - II (GFG PODT) Problem 2 : Find the String with LCP (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
2
CHHATRAPATI SAHU
CHHATRAPATI SAHU @CHHATRAPATI09 · 14h
Day 33/60 – #geekstreak60 Solved Articulation Points (Cut Vertices) using DFS + Low Time (Tarjan’s Algorithm) to find critical nodes whose removal increases connected components Time – O(V + E) | Space – O(V) #Graph #DataStructures #DFS @syntaxsquad30 @gfg_sstc @NPCI_NPCI
1
5
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 1d
Problem1: Chocolates Pickup (GFG PODT) Problem 2 : Matrix Similarity After Cyclic Shifts (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
2
14
Avinash Singh
Avinash Singh @AvinasTweets · 2d
Replying to @rohit_negi9
@rohit_negi9 bhaiya, aaj class me jo homework diya tha, wo done! Built my own custom Data Structure: "Avinash DS". Normal stack se thoda alag socha, built a hybrid of Array + Linked List to save memory and pointers. #DSA #Cpp #datastructures
3
2
19
269
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 2d
Problem1: Number of Ways to Arrive at Destination (GFG PODT) Problem 2 : Equal Sum Grid Partition I (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
1
23
TechieLearn
TechieLearn @techielearnapp · 2d
✨ Graph Representation: Adjacency List (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
2
learnengg
learnengg @LearnEnggCom · 3d
LearnEngg presents a simple explanation of Expression Trees in Data Structures using easy examples to show how mathematical expressions are represented and evaluated using binary trees. #LearnEngg #ExpressionTree #DataStructures #CodingBasics #ComputerScienceEducation
4
13
37
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 3d
Problem1: Minimum height roots (GFG PODT) Problem 2 : Equal Sum Grid Partition I (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
1
16
TechieLearn
TechieLearn @techielearnapp · 3d
✨ Basic DSU Implementation with Path Compression (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
1
TechieLearn
TechieLearn @techielearnapp · 3d
✨ Array Rotation Implementation (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
2
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 4d
Problem1:Course Schedule I (GFG PODT) Problem 2 : Construct Product Matrix (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
1
27
Abhijeet Singh Pawar
Abhijeet Singh Pawar @aspabhi31 · 5d
Day 17 — Learning in Public Today I learned iterative binary tree traversals. Implemented: • Preorder • Inorder • Postorder Using stacks instead of recursion helped me understand what actually happens behind the scenes #LearnInPublic #100DaysOfCode #DataStructures #Algorithms
2
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 5d
Problem1:Length of Longest Cycle in a Graph (GFG PODT) Problem 2 : Maximum Non Negative Product in a Matrix (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
1
15
Mewar University
Mewar University @universitymewar · 5d
The Dept. of CSE and CA at #MewarUniversity organized an #ExpertLecture on March 19, 2026, aimed at enhancing technical knowledge and career readiness of B.Tech (CSE) and BCA students. Around 70 students actively participated in the session. #DataStructures #DSA
2
22
TechieLearn
TechieLearn @techielearnapp · 5d
✨ Trie (Prefix Tree) Implementation (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
Saurabh Saxena
Saurabh Saxena @SaurabhSax23072 · 6d
Problem1:Rotten Oranges (GFG PODT) Problem 2 : Determine Whether Matrix Can Be Obtained By Rotation (LeetCode PODT) You can follow my journey and check out my code repository here: github.com/Saurabhsaxena8… #DailyDSA #DataStructures #TechJourney #GFG #Leetcode
GitHub - Saurabhsaxena81/Daily-DSA

Contribute to Saurabhsaxena81/Daily-DSA development by creating an account on GitHub.

From github.com
2
21
Load more

Trends

1 · Trending
Uber Eats
2 · Trending
#ENGENES_MADE_ENHYPEN_7
Trending worldwide
3 · Trending
No Kings
Politics · Trending
4 · Trending
#لوحات_مميزه_Vip_θちち8822θ88
Trending worldwide
5 · Trending
#amici25
Trending worldwide
Horizon Web