K_codes Profile
K_codes

@K_codes777

Followers
28
Following
186
Media
45
Statuses
59

Practicing C++ problem solving 🧠 | Documenting my #100DaysOfCode journey 💻 | One step at a time.

Joined May 2025
Don't wanna be here? Send us removal request.
@K_codes777
K_codes
6 hours
🚀 Day 46 / #100DaysOfCode ,.▫️Solved easy binary search problem on lc to maintain the streak!.▫️Revised Char* pointers, it's confusing for me right now. ▫️made static amazon clone using html & css - check here👇 .[ ]. #CodingJourney
Tweet media one
0
0
7
@K_codes777
K_codes
1 day
🚀Day 45 / #100DaysOfCode ,.▫️Solved *Count Prime* on leetcode after understanding Sieve of Eratosthenes theorem !.▫️Revision of problems solved & Pointers concept !.▫️Made simple css project , check here 👇.[ ] . #CodingJourney #WebDev #ProblemSolving
Tweet media one
0
0
6
@K_codes777
K_codes
2 days
🧮Day 44 / #100DaysOfCode , .solved one binary search problem on lc: .🔸first bad version!.learned more about pointers, double pointers and how they work with functions,.learned reference variables, pass by reference and their usecase in c++,.revising css concepts!.#CodingJourney
Tweet media one
1
0
9
@K_codes777
K_codes
3 days
✅Day 43 / #100DaysOfCode , .🔸Learned more about pointers in c++ today and their behaviour with character arrays and integer arrays !.🔸Solved one binary search problem on leetcode search insert position !.🔸Learning more css concepts ! .#CodingJourney
Tweet media one
Tweet media two
0
0
5
@K_codes777
K_codes
4 days
✅ Day 42 / #100DaysOfCode ,.🔸Today i solved basic binary search problems along with one leetcode problem - Peak element index !.🔸tried my hands on char arrays and strings. 🔸learned about pointers basics in c++. 🔸🔗 Made project responsive :
Tweet media one
0
0
6
@K_codes777
K_codes
5 days
Yesterday I shared my first HTML & CSS project. Today I made it responsive ☑️.🔗
0
0
1
@K_codes777
K_codes
5 days
☑️ Day 41 / #100DaysOfCode ,.Solved merge sorted array leetcode problem. Learned Binary Search, and basic sorting algorithms[bubble sort, insertion sort, selection sort]. Completed my first html css project.Check here - [.will make it responsive tomorrow!
Tweet media one
2
0
7
@K_codes777
K_codes
6 days
☑️Day 40 / #100DaysOfCode , .▫️Solved 4sum leetcode problem [2 pointer + sorting ] approach !.▫️Revised previous problems !.▫️Building practice projects using concepts learned in html & css , will complete this tomorrow . live-link[. #CodingJourney #WebDev
Tweet media one
Tweet media two
0
0
5
@K_codes777
K_codes
7 days
📍Day 39 / #100DaysOfCode ,.▫️Solved longest common prefix problem on LC. ▫️Revised previously learned concepts. ▫️Completed the html & css tutorial and also finished building the YouTube Clone project using the same !.🔗live-link:[ ] ✅.#CodingJourney
Tweet media one
Tweet media two
0
0
6
@K_codes777
K_codes
8 days
📍Day 38 / #100DaysOfCode ,.▫️Tried Transform array by parity problem on LC using O(n) time complexity 2 pointer algorithm!.▫️Revision of previously learned concepts !.▫️html & css continued , learned basic flexbox, nested flexbox, completed exercises of the same !.#CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
0
6
@K_codes777
K_codes
9 days
📍Day 37 / #100DaysOfCode , .Solved 1 LC Problem:-.🔅Lucky Array Integer,.🌀Revising previously learned concepts. 💬html & css [realized the limitations of inline block and block display properties, learned basics of Grid & practiced some layouts using the same] .#CodingJourney
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
1
4
@K_codes777
K_codes
10 days
🤝Day 36 / #100DaysOfCode , .Solved one lc problem to maintain the streak , because i am revising other concepts that I've already learned :.▫️Missing number. html & css [ learning nested layout using div and display properties like block & inline-block ].#CodingJourney #WebDev
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
6
@K_codes777
K_codes
11 days
📍Day 35/ #100DaysOfCode ,.Solved one lc problem to maintain the streak and revising previous problems to find patterns in them :.▫️Add to an array form of Integer!.▫️html & css practicing nested div layout by creating youtube video preview like structure!.#CodingJourney #WebDev
Tweet media one
Tweet media two
0
0
3
@K_codes777
K_codes
12 days
🌚Day 34 / #100DaysOfCode ,.Solved 3 digit simulation pattern problems:-. 1. Add two num represented by arrays. 2. Factorial of a large number. 3. Add Binary. Continued html & css (learned nested layouts using div element ) !. #CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
0
2
@K_codes777
K_codes
13 days
🪜Day 33 / #100DaysOfCode ,.Completed Floyd's cycle detection algorithm, .Solved "Search Insert Position" by adjacent element checks!.Solved: Missing element from array of duplicates!.Continued learning html & css by completing given exercises on div and basic display properties!
Tweet media one
Tweet media two
Tweet media three
0
0
4
@K_codes777
K_codes
14 days
📍Day 32 / #100DaysOfCode , .Tried to understand Floyd cycle detection algorithm but it's confusing will try tomorrow again , solved :.🔸First repeating element .🔸Move -ve at the end in array.🔸Understood Dutch National Flag Algorithm.🔸html & css - completed display properties.
Tweet media one
Tweet media two
0
0
4
@K_codes777
K_codes
15 days
✅ Day 31 / #100DaysOfCode , .🔹Tried to apply same *Boyer Moore voting algorithm* in Majority element-II problem but got stuck , After understanding of picking 2 candidates in array , solved it successfully !.🔹Revisited previous 2d array problems !.🔹html & css continued !
Tweet media one
1
0
1
@K_codes777
K_codes
16 days
🧑‍💻Day 30 / #100DaysOfCode , .Solved:.🔹Left rotate array - learned the reversal algorithm.🔹Majority Element - Got introduced to the Boyer Moore voting algorithm , such a powerful technique !.🔹html & css continued - text styles & box model exercises. #CodingJourney
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
4
@K_codes777
K_codes
17 days
✅ Day 29 / #100DaysOfCode ,.Solved:.🔹Container with most water : My approach failed , I tried expanding from left and right on each height but it didn’t work. Took a hint and learned it was a simple Two Pointer method !.🔹Solved Two sum by Hashing !.🔹html & css continued !
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
3
@K_codes777
K_codes
18 days
‼️Day 28 / #100DaysOfCode ,.Solved :.🔹Best time to buy and sell stocks (lc-121) ! (my logic was flawed 😔sorting pairs) .🔹Revised other problems to understand pattern in them !.🔹html & css from @SuperSimpleDev tutorial completed lecture 1 & 2 with exercises !.#CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
0
2