
Rudraksh Upadhyay
@RudrakshUp23368
Followers
31
Following
193
Media
9
Statuses
89
Hello I am computer engineering students eager to connect tech people...
Delhi
Joined July 2024
Tough day but productive! ๐ป.โ
Tackled Dijkstraโs Algorithm ๐ง .โ
Intro to Flexbox in CSS ๐จ.โ
Completed Primโs Algorithm ๐.Both graph algos were tricky but got through!.#100DaysOfCode #DSA #WebDevelopment #DijkstrasAlgorithm #PrimAlgorithm #Flexbox #CodingJourney #TechTwitter.
1
0
7
Today I did #Graphs ๐ง .โ๏ธ #KahnsAlgorithm.โ๏ธ #CycleDetection using #BFS โ was actually fun! ๐.Also explored #CSS basics โ #Margin vs #Padding. Bit confusing but got a decent grasp for now. #100DaysOfCode #WebDev #DSA #CodingJourney #Frontend #TechTwitter #connect.
0
1
1
Studied #BFS & #DFS graph traversal todayโreally cool! ๐จโ๐ป.Also started #CSS: learned about .classes, #ids, color, background-color, font-size, text-align, & font-family. Did exercises from @TheOdinProject too! ๐.#100DaysOfCode #WebDevelopment #Coding #HTML #GraphTheory #CONNECT.
1
0
1
Started Graphs in #DSA ๐ (basics, matrix & list), solved Maximal Rectangle from #LeetCodeHard ๐ช (stack), and worked on basic #HTML projectsโgreat for tag fundamentals!.#100DaysOfCode #Coding #WebDev #CodeNewbie #Frontend #DevLife #DSAChallenge #BuildInPublic #GraphTheory.
0
0
1
Did #SudokuSolver today โ pretty tough one ๐ฎโ๐จ.Then solved #DailyTemperature โ loved the next greater element concept ๐ฅ.Ended the day with #MergeTwoSortedLists โ easy & standard ๐ก.#100DaysOfCode #Leetcode #Coding #DSA #CodeNewbie #ProblemSolving #CodingLife #computer.
0
0
2
Today I finally understood what elements & tags are in #HTML thanks to @TheOdinProject! ๐.Also implemented a dictionary using #Trie โ kinda tough but cracked it! ๐ช.Ended the day by solving Rat in a Maze ๐๐.#WebDev #DSA #100DaysOfCode #CodingJourney #Backtracking #CodeNewbie.
0
0
1
โ
Implemented #Trie today with #Insert, #Search & #Delete ops. ๐ Found #DeleteFunction toughest wrote it from scratch before learning the logic. ๐ ๏ธ Also setup #Git & #GitHub locally. ๐ Tomorrow: Basics of #GitHub+ #Trie problem solving.#DSA #Coding #100DaysOfCode #TechJourney.
0
0
1
Tough day! ๐ป.Solved #ReorganizeString.โก๏ธ Brute force โ
(w/ lil #ChatGPT help).โก๏ธ Optimized โ
(3 key hints ๐
). Also learned #Linux basics ๐ง.pwd, ls, mkdir, rm, paths & more ๐ก. #100DaysOfCode #DSA #Leetcode #CLI #CodingJourney #TechTwitter #coding #LearnInPublic #connact.
0
0
3
Tough grind today ๐ป.โ
Solved #SmallestRange in K Sorted Lists (needed video, couldnโt think brute force ๐ต).โ
Did #MedianInAStream โ brute force O(nยฒlogn), then got O(nlogn) ๐ฏ.Also started using #Linux on #VirtualBox! ๐.#100DaysOfCode #DSA #DevLife #VSCode #CONNECT #Hardwork.
0
0
1
Did #DSA all day!.โ
Solved Kth largest subarray sum โ easy if you know subarray sums. ๐คฏ Stuck on merging k sorted arrays with custom #MinHeap. Spent 2 hrs revising #OperatorOverloading. @deepseek_ai DeepThink helped!.Later merged k lists easily ๐.#CPP #LeetCode #100DaysOfCode.
0
0
2
DSA grind today ๐ป.โ
Kth smallest & largest (heap).โ
Is binary tree a heap? (tricky).โ
Merge 2 heaps.โ
Min cost to connect ropes.โ
Convert BST to heap.Also learned about DNS, internet, website vs server ๐.#DSA #100DaysOfCode #Coding #WebDev #Tech #Internet #Dev.#programming.
0
0
2
Didnโt do much today but solved a tough BST question on Coding Ninjas ๐ป First time using a class (outside LL) to group items in a BST-type problem. Finished HTML (favicon, symbols, emojis) โ
.Starting @TheOdinProject tomorrow ๐.#100DaysOfCode #DSA #WebDev #HTML #Coding.
0
0
2
DSA grind: normalโbalanced BST, BST from preorder, merge 2 BSTs (basic). HTML proj w/ <video> + <audio>, read MDN, learned <header>. Optimized merge tmrw! ๐ #DSA #Coding #HTML #WebDev #100DaysOfCode #DevLife #CodeNewbie #LearnToCode.
0
0
2
Productive day!.๐น Solved key BST problems:.โ Valid BST (range-based).โ Inorder pred/succ.โ Kth smallest/largest.โ LCA, 2-Sum.โ Flatten BST โ LL (vector for now, optimizing tmrw).๐น Built a basic resume site using core HTML tags. #DSA #HTML #WebDev #100DaysOfCode #LeetCode.
0
0
2
Learned how binary search trees work ๐ณ.Implemented BST, searched elements, deleted nodes ๐ป.Also explored HTML forms ๐งพ.Read W3Schools docs, practiced input, output tags and attributes โ๏ธ.#100DaysOfCode #DSA #HTML #WebDev #Coding #CodeNewbie #LearnToCode #TechTwitter.
0
0
1
๐ฅ Solved #BurningTree DSA question today โ stuck yesterday but nailed it after a video!.๐ป Learned #HTML Forms: #input #label #select.๐งช Practiced multiple forms.๐ Read #W3Schools docs: #class #id #filepaths #WebDevelopment #Coding #100DaysOfCode #CodeNewbie.
0
0
1
Brain was all over the place today ๐ตโ๐ซ Tried cracking the Burning Tree DSA questionโgot burned ๐
Pushing it to tomorrow. Shifted gears to HTML: played with tables, lists (ul, ol, dl) & finally understood block vs inline! ๐ป๐ฅ #100DaysOfCode #DevLife.
0
0
1
๐ง Productive day!.โ
DSA:.โข Build BT from Pre+Inorder & Post+Inorder.โข Flatten BT in Preorder (O(n) โ O(1) via Morris).๐ณ Studied Morris Traversal.๐ HTML:.โข <a> links.โข <img> images.โข Favicon.โข Page title. #100DaysOfCode #DSA #WebDev.
0
0
1
Just wrapped up today's lesson on switches and functions in my C++ course! ๐ป๐ Learning how to efficiently manage multiple conditions with switch statements and create reusable code with functions is so interesting. #CPlusPlus #CodingJourney #LearningToCode.
0
0
1