Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krr0ption/mlib

ADT Data Strcuture
https://github.com/krr0ption/mlib

Last synced: 29 days ago
JSON representation

ADT Data Strcuture

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: