👨💻
TIL - Today I Learned
👨💻
TIL - Today I Learned
Introduction
Computer Science
Algorithms
Data Structures
Linked List
Stack
Queue
[WIP] Hash Table
Trees
Design Patterns
Software Engineering
SOLID
Requirements engineering
Personal Development
Fixed vs Growth Mindset
TIL - Today I Learned
TypeScript
JavaScript
HTML
SASS
Git
Developer Tools
ugross.dev
Powered by GitBook

Data Structures

Here are the articles in this section:
Linked List
Stack
A Stack is a linear data structure that keeps its elements stacked on each other. It uses LIFO (last-in-first-out) order...
Queue
A Queue is a linear data structure that keeps its elements in a queue. It uses FIFO (first-in-first-out) ordering in whi...
[WIP] Hash Table
WIP
Trees
Previous
Bubble Sort
Next
Linked List
Last updated 4 months ago