Trending

#DataStructures

Latest posts tagged with #DataStructures on Bluesky

Latest Top
Trending

Posts tagged #DataStructures

Post image

💻 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

1 0 0 0
Korean cover of Grokking Data Structures

Korean cover of Grokking Data Structures

Portuguese and Russian covers of Grokking Data Structures

Portuguese and Russian covers of Grokking Data Structures

The original cover of the English edition for 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

1 1 1 0
Preview
#java #datastructures #programming #collections Java Concepts I’m Mastering – Part 13: HashMap in Java (Key-Value Data Storage) Continuing my...

#java #datastructures #programming #collections https://cstu.io/6d7cd2 #robotics #techno #artificialintelligence

1 1 0 0

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

5 0 0 0
Post image

Programming Joke of the Day: Mar 2, 2026
Check out our app: https://restlesside.com 🚀 #programming #programminghumor #programmingjokes #datastructures

0 0 0 0
Preview
An interactive intro to quadtrees An interactive exploration of quadtrees. Start with brute-force spatial search, build recursive space partitioning step by step, then use it for point lookups, range queries, nearest-neighbor search, ...

Nice little walkthrough on quadtrees

growingswe.com/blog/quadtrees

#graphics #datastructures #programming

1 0 0 0
Preview
Applied Quantitative Analysis in R for Social Researchers Learn R for social research, from data preparation and visualisation to mediation, moderation, and causal analysis using real data and modern R tools.

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

0 0 0 0
Deduping For Faster Justice

Deduping For Faster Justice

Deduping For Faster Justice

#datastructures #Set #Deduplication #algorithm #Performance-optimization

programmerhumor.io/algorithm-memes/deduping...

0 0 1 0
Preview
Applied Quantitative Analysis in R for Social Researchers Learn R for social research, from data preparation and visualisation to mediation, moderation, and causal analysis using real data and modern R tools.

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!

0 0 0 0
Post image

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...

2 1 0 0
The Hardest Problem

The Hardest Problem

The Hardest Problem

#Dynamicprogramming #Graphtheory #Technicalinterviews #Leetcode #datastructures

programmerhumor.io/algorithm-memes/the-hard...

0 0 1 0

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

0 0 0 0
Post image

Programming Joke of the Day: Jan 28, 2026
Check out our app: https://restlesside.com 🚀 #programming #programminghumor #programmingjokes #datastructures

0 0 0 0
Can't Find Happiness In Log N

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...

0 0 1 0
When You Realize Tower Of Hanoi Is Actually NP-Complete

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...

0 0 1 0
Post image

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

0 0 0 0
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 skills." In this video, we break down why relying on short-term trends is dangerous for your career. DSA (Data Structures and Algorithms) is the bedrock of logical thinking. It teaches you how to remain composed when code breaks and how to find solutions when they aren't obvious.

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…

0 0 0 0
Preview
Story of The First Linked List A Story of Chains and Pointers

💡 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

0 0 0 0
Preview
Data Structures Explained Using Real World Game Examples! What Is Data Structure?

Published my first article of the series “Data structures explained using games” is here :)

#job #datastructures #gamedev #javascript #typescript

javascript.plainenglish.io/data-structu...

5 1 0 0
Post image Post image Post image

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

2 0 0 0
There is a missing tool in your Java data structure toolkit – DataFrames!
There is a missing tool in your Java data structure toolkit – DataFrames! YouTube video by Java

youtube.com/watch?v=W5rn... #java #datastructures #eclipsecollections

1 1 0 0
The Only Book That Makes Programmers Cry

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...

2 1 1 0

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

1 0 1 0
Post image Post image

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

4 0 0 0
What Can Vectorised Trees Do for You? // Asher Harvey-Smith // DYNA Fall 2025
What Can Vectorised Trees Do for You? // Asher Harvey-Smith // DYNA Fall 2025 YouTube video by Dyalog User Meetings

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

2 0 0 0
Post image

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

2 0 0 0
Post image Post image Post image

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

4 0 0 0