https://github.com/haloapping/dsa
Karena stress sama TA yang gak beres-beres, saya akhirnya gabut mempelajari kembali algoritma dan struktur data. Dan akhirnya saya makin pusing :)
https://github.com/haloapping/dsa
algorithms-and-data-structures pusing python3 stress tdd unit-testing
Last synced: 4 months ago
JSON representation
Karena stress sama TA yang gak beres-beres, saya akhirnya gabut mempelajari kembali algoritma dan struktur data. Dan akhirnya saya makin pusing :)
- Host: GitHub
- URL: https://github.com/haloapping/dsa
- Owner: haloapping
- Created: 2022-01-24T08:57:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T12:19:08.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T15:15:22.046Z (6 months ago)
- Topics: algorithms-and-data-structures, pusing, python3, stress, tdd, unit-testing
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure and Algorithm
## Content
- Implement commonly used data structures, such as Array, Linked List, Stack, Queue, Sort, Binary Tree, and others.
- Using Python programming language and TDD method.
- I recommend to use Visual Studio Code and install Test Explorer UI extension to open this project and run unit test.
## Motivation
- I find this very useful for sharpening logic and data structure recognition.
- I repeat in the course of algorithms and data structures. And when I retake the course I only got a C :(.
## References
- Visualgo by NUS: https://visualgo.net/en
- The Algorithm: https://the-algorithms.com/
- LeetCode: https://leetcode.com/