💻 Completed Mastering Data Structures & Algorithms using C/C++.
Focused on:
• Core data structures
• Algorithmic thinking
• Writing implementations manually
All codes are being documented and shared on my GitHub.
#DataStructures #Algorithms #Cplusplus #Coding
Korean cover of Grokking Data Structures
Portuguese and Russian covers of Grokking Data Structures
The original cover of the English edition for Grokking Data Structures
Big milestone today! 🥳 Just received the Korean edition of "Grokking Data Structures," marking the 4th translation for the book. 🇰🇷🐰
So cool to see this visual approach to CS reaching devs globally. And 3 more languages to come! 🌏💻
#CS #Programming #Grokking #DataStructures #Grokking
@manning.com
#java #datastructures #programming #collections https://cstu.io/6d7cd2 #robotics #techno #artificialintelligence
DotNet.AdvancedCollections brings advanced and specialized data structures to modern .NET applications 🚀 Extend the power of System.Collections with high-performance and complementary structures. hubs.li/Q044PhJS0
#dotnet #csharp #opensource #datastructures
Programming Joke of the Day: Mar 2, 2026
Check out our app: https://restlesside.com 🚀 #programming #programminghumor #programmingjokes #datastructures
Nice little walkthrough on quadtrees
growingswe.com/blog/quadtrees
#graphics #datastructures #programming
Applied Quantitative Analysis in R for Social Researchers leanpub.com/set/leanpub/... by Alexandru Cernat is the featured Track on the Leanpub homepage! leanpub.com #R #DataStructures #Databases #DataScience
Deduping For Faster Justice
Deduping For Faster Justice
#datastructures #Set #Deduplication #algorithm #Performance-optimization
programmerhumor.io/algorithm-memes/deduping...
Applied Quantitative Analysis in R for Social Researchers leanpub.com/set/leanpub/... by Alexandru Cernat is the featured Track of online courses on the Leanpub homepage! leanpub.com #R #DataStructures #Databases #DataScience
Find it on Leanpub!
Data Structures And Algorithm Analysis In Java 3rd Edition By Mark Allen Weiss Ace Your Exams
#DataStructures #AlgorithAnalysisInJava #Java #AlgorithmAnalysis #3rdedition #hackedexams
www.hackedexams.com/item/24883/d...
The Hardest Problem
The Hardest Problem
#Dynamicprogramming #Graphtheory #Technicalinterviews #Leetcode #datastructures
programmerhumor.io/algorithm-memes/the-hard...
No single best way to store information. Data structures are like picking your writing software and regretting it at 80k words. www.quantamagazine.o... #computerscience #datastructures #amwriting #devlife #scifiAdjacent
Programming Joke of the Day: Jan 28, 2026
Check out our app: https://restlesside.com 🚀 #programming #programminghumor #programmingjokes #datastructures
Can't Find Happiness In Log N
Can't Find Happiness In Log N
#algorithm #Binary-search #datastructures #Existentialcrisis #Big-o-notation
programmerhumor.io/algorithm-memes/cant-fin...
When You Realize Tower Of Hanoi Is Actually NP-Complete
When You Realize Tower Of Hanoi Is Actually NP-Complete
#Towerofhanoi #recursion #algorithms #Technicalinterviews #datastructures
programmerhumor.io/algorithm-memes/when-you...
Dictionaries/HashMaps vs. Lists for Searching
for data among 1 million records, DO NOT use a list.
List: The program checks each record one by one. Slow
Dictionary (HashMap): The program goes directly to the memory address. Instantaneous
#DataStructures #PythonTips #Backend
The Real Reason You Aren’t Getting Hired (It’s Not AI) #aicourses #dsaforbeginners #datastructures – YouTube
The Real Reason You Aren't Getting Hired (It’s Not AI) #aicourses #dsaforbeginners #datastructures Why we made DSA Free (The Reality Check) 💡 "The market rejects unstructured and incomplete…
💡 Want to know how they solved this, given those limitations?
👉 Read the full story here:
"Story of The First Linked List": priyabrata-paul-blog.hashnode.dev/story-of-the...
#HistoryOfComputing #DataStructures #LinkedList
Published my first article of the series “Data structures explained using games” is here :)
#job #datastructures #gamedev #javascript #typescript
javascript.plainenglish.io/data-structu...
Day 45 of #100DaysOfCode 🚀
Built a Hash Table from scratch in JavaScript: used SHA-256 hashing, handled hash collisions with linked lists (chaining), supported value updates for duplicate keys, and passed all tests
Deep dive into core data structures
#JavaScript #DataStructures #Algorithms #WebDev
youtube.com/watch?v=W5rn... #java #datastructures #eclipsecollections
The Only Book That Makes Programmers Cry
The Only Book That Makes Programmers Cry
#algorithms #datastructures #java #computerscience #Programmingbooks
programmerhumor.io/java-memes/the-only-book...
Many argue database design lags hardware innovation. Structures like B-trees, optimized for HDDs, might be suboptimal for SSDs. We need fresh thinking for data structures that truly leverage SSD's unique capabilities. #DataStructures 5/6
Day 44 / 100 🚀
Built a Doubly Linked List in JavaScript from scratch.
Implemented addToHead & addToTail, handled edge cases, and all tests passing ✅
Slow progress > no progress.
Consistency is the real algorithm.
#100DaysOfCode #JavaScript #DataStructures #CodingJourney #WebDev
The presentation recordings from DYNA Fall 2025 are now being published. Watch (or rewatch!) "What Can Vectorised Trees Do for You?" by Asher Harvey-Smith at www.youtube.com/watch?v=i6GC... #DYNA #Dyalog #APL #DataStructures
Day 41 of #100DaysOfCode
Added get() and set() methods to my Singly Linked List in JavaScript, plus a print() helper to visualize traversal. Index-based access with pointers is finally clicking. Data structures are getting more intuitive every day.
#JavaScript #DataStructures
Day 40 of #100DaysOfCode
Expanded my Singly Linked List in JavaScript with pop(), shift(), and unshift() — plus proper head/tail updates and length tracking. Loving how these pointer-based operations deepen my understanding of data structures.
#JavaScript #Coding #DataStructures