Datastructures

Interesting and useful Data structure implementations

Лицензия

Лицензия

MIT
Категории

Категории

Данные
Группа

Группа

io.github.boredmathematician
Идентификатор

Идентификатор

datastructures
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Datastructures
Interesting and useful Data structure implementations
Ссылка на сайт

Ссылка на сайт

https://github.com/boredmathematician/datastructures
Система контроля версий

Система контроля версий

http://github.com/boredmathematician/datastructures/tree/main

Скачать datastructures

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/ -->
<dependency>
    <groupId>io.github.boredmathematician</groupId>
    <artifactId>datastructures</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation 'io.github.boredmathematician:datastructures:1.1.0'
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation ("io.github.boredmathematician:datastructures:1.1.0")
'io.github.boredmathematician:datastructures:jar:1.1.0'
<dependency org="io.github.boredmathematician" name="datastructures" rev="1.1.0">
  <artifact name="datastructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.boredmathematician', module='datastructures', version='1.1.0')
)
libraryDependencies += "io.github.boredmathematician" % "datastructures" % "1.1.0"
[io.github.boredmathematician/datastructures "1.1.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Модули Проекта

Данный проект не имеет модулей.

Datastructures

This repository provides an implementation to the Following Data Structures:

  • Table
    • A data structure which stores values in a tabular format.
    • Each value is associated with a Column and a Row.
    • This data structure provides methods to
      • Create a Table
      • Add, Update and Remove Rows/Columns
      • Set, Clear and Get values by Column and Row
      • Get all values in a Row/Column

Версии библиотеки

Версия
1.1.0
1.0.0