m-way-trees

There are 4 repositories under m-way-trees topic.

  • ard1498/Data-Structures

    data structures algorithms and questions

    Language:C++2100
  • orifmilod/btree

    B-Tree is optimized for systems that read and write large blocks of data. It is most commonly used in database and file systems for indexing and fast lookups (queries).

    Language:C++1200
  • waveyboym/b-plus-tree-dbms

    A dbms which manages students in a bplus tree data structure and has a gui to interact with the bplus tree

    Language:Java0100
  • waveyboym/Java-data-structures

    A list of data structures(and their implementations) I had fun implementing in Java for educational purposes

    Language:Java10