https://github.com/icelam/data-structures-and-algorithms
My Gitbook for learning data structures and algorithm
https://github.com/icelam/data-structures-and-algorithms
Last synced: 2 months ago
JSON representation
My Gitbook for learning data structures and algorithm
- Host: GitHub
- URL: https://github.com/icelam/data-structures-and-algorithms
- Owner: icelam
- Created: 2020-04-11T11:13:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T10:05:35.000Z (over 3 years ago)
- Last Synced: 2025-05-14T22:12:08.780Z (2 months ago)
- Language: SCSS
- Homepage: https://icelam.github.io/data-structures-and-algorithms/
- Size: 5.61 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Structures and Algorithms
![]()
"I have no special talent. I am only passionately curious." -- Albert Einstein
Before Starting This Book
You’ll need to know **[basic algebra](https://en.wikibooks.org/wiki/Basic_Algebra)**. In particular, take this function: $$f(x) = x \times 2$$. What is $$f(5)$$? If you answered 10, you’re set.
Additionally, this book will be easier to follow if you’re **familiar with one programming language**. All the examples in this book are in Java , C++ and Python. If you don’t know any programming languages and want to learn one, choose Python - It’s great for beginners. If you know another language, like JavaScript, you’ll be fine.