Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

LicenseLicense

DRX types : type implementation for C, C++ and Python dev

Implementation of a lot of type with docstring documentation made has exercice to improve personal dev skill in C and C++.

Dependencies :

  • Need makefile (4.4.x)
  • C (Version depend on the list under this)
  • C++ (Version depend on the list under this)

All types implemented

Type namefor Cfor C++For pythonFolder
Linked list (single ptr)X>v3X
Vector3X>v98X

All type to implement :

Legend:

SymbolMeaning
🛑will node be made
not made
made
✅Pmade using Py API*
🔁in dev

*: Some python implementations is just C++ implementation of Python API, in this case, the symbol : ✅P

Type namein C ?in C++ ?in Python ?
Linked list (double ptr)
Linked list (single ptr)🔁
Dynamic Array🔁
Binary tree
n-branch tree
graphs
Vector3
Vector2
Vector n
Queue FIFO
Stack LIFO
Deque (double-ended queue)

Changelogs

  • v1.0.0
    • Added Linked list in single ptr
  • v1.0.1
    • Added Vector3 type and documentation

Music

If you want to take a cup of coffee and see/review my code here one of my playlist with :

Ma Playlist

About

Implementation of a lot of type with docstring documentation made has exercice to improve personal dev skill in C and C++.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages