Sabitlenmiş Tweet
Omosebi King
208 posts

Omosebi King
@cuprous_16
GOD First💯 || Computer Engineer soon || Born To Code || Python || WEB3 Space || Chess Enthusiasts▪︎
Katılım Eylül 2025
148 Takip Edilen143 Takipçiler

solved leetcode 15 · three sum 🧊
sorted array + two pointers. skip duplicates at every level to avoid repeat triplets.
O(n²) time · O(1) space (output excluded)
day N of building in public 🔨
#LeetCode #DSA #Python #BackendEngineering

English

Kadane's Algorithm. Clean. Elegant. O(n).
Just solved Maximum Subarray on LeetCode ✅
210/210 test cases passed | 91ms runtime | 21MB memory
#LeetCode #DSA #Python #BackendEngineering

English

Knocked out Two Sum II (Input Array Is Sorted) today
The naive approach is O(n²) — check every pair. But since the array is already sorted, you can do better.
Runtime: 4ms — beats 74.36% 🔥
Memory: 12.73MB — beats 83.43%
#LeetCode #Python #DSA #BackendEngineering #100DaysOfCode

English

Just cracked LeetCode: Longest Consecutive Elements
⚡ O(n) solution using hash sets for O(1) lookups
🎯 46ms runtime, beats 88.50%
✅ 85/85 test cases
That's the power of choosing the right data structure. 🔥
#LeetCode #DSA #Python #Algorithms #BACKENDEGINEER

English

just got my first LeetCode accept ✓
containsDuplicate() — checking if an array has duplicates using a set. simple but satisfying. 7/7 testcases. 18ms runtime.
it's the small wins that build the bigger picture. backend engineering grind continues 🔧
#BackendEngineering

English

LeetCode #121 — Best Time to Buy & Sell Stock ✅
The insight:
→ track the lowest price seen so far
→ at every price, ask: "is this my best profit yet?"
→ update accordingly. never look back.
Greedy thinking at its simplest.
#LeetCode #DSA #Algorithms #Python #CodingJourney

English

LeetCode #242 – Valid Anagram ✅
Key insight: two strings are anagrams iff their character frequency maps are identical. One pass to build, one pass to verify. Early exit on mismatch = clean O(n).
No sorting. No Counter import. Raw dict.
#LeetCode #Python #DataStructures

English

@kaaaash____ And soo it begins. I lived on paper coding for months borrowed laptop for hackathon and leetcode😔.
I've got soo many projects to complete but lack of laptop won't let me.
English
Omosebi King retweetledi
Omosebi King retweetledi
Omosebi King retweetledi

I was exploring @bulktrade testnet.
And as a noob, I wondered, why does assets on the testnet have two prices?
English

I have been officially selected to participate in the largest student hackathon focused on AI & Web3, co-hosted by @dev3pack, @vercel, @elevenlabs, and @solana
hack.dev3pack.xyz/share/bmFtZT1K…
English

I made a detector for bad energy 🙂↕️
Just kidding 😂
Ever wondered how detection systems work?
This machineeee shoots ultrasonic pulses and times the echo to calculate distance and trigger the LED (alarm).
500 likes and I'll write a research paper in layman format for y'all.😗

Ikeja, Nigeria 🇳🇬 English










