Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krr0ption/mlib
ADT Data Strcuture
https://github.com/krr0ption/mlib
Last synced: 29 days ago
JSON representation
ADT Data Strcuture
- Host: GitHub
- URL: https://github.com/krr0ption/mlib
- Owner: Krr0ptioN
- Created: 2020-08-26T14:18:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T19:10:12.000Z (over 4 years ago)
- Last Synced: 2024-11-07T18:02:19.219Z (3 months ago)
- Language: C++
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlib
General Perpose Library
=======
## Documentation
-----------------------
### Installation (not complete)
```sh
make
sudo make install
```
### Usage
- Data Structure
* [Array](https://github.com/Krr0ptioN/mdata/blob/master/docs/DataStructure/Array.md)
* [List](https://github.com/Krr0ptioN/mdata/blob/master/docs/DatatStructure/List.md)
- Exception
- Compution
- Pwntools
- Random
- System
- Process
- I/O Operations### TODO
Data structure:
- [X] Linked List
- [X] Stack and Queue operation
- [ ] Tree
- Binary Tree
Exception:
Pwntools:
Random:
System:
I/O Operations: