An open API service indexing awesome lists of open source software.

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 :)

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/