krosf-university / EDNL

No Linear Data Estructures Practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov Codacy Badge

Content

  • Trees
    • Binary Tree (Abin)
    • Binary Search Tree (Abb)
    • Partially Ordered Tree (APO)
    • General Tree (Agen)
  • Graphs
    • Graph Adjacency List (LA)
    • Adjacency Matrix Graph (MA)
    • Weighted Graph Adjacency Matrix (PMC)
    • Weighted Graph Adjacency List (PLA)
    • Graphs Useful Algorithms (ALG)
    • Graphs I/O Fuctions (IO)
    • Other Data Structures

Related

This project use cpp-project a boiler plate provided by bsamseth

About

No Linear Data Estructures Practices

License:MIT License


Languages

Language:C++ 90.8%Language:CMake 9.2%