Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adhere to Semantic Versioning.

[Unreleased]

Added

  • Create test cases for breathfirst and depthfirst search.
  • add @Supress tags for protected values

Changed

  • Fix instantiation to be more ergonomic.
  • Throw exceptions on addEdge with nonexistent vertex.
  • Gradle and kotlin plugin version

Removed

  • Remove @ExperimentalStdlibApi tags for non experimental functions

[0.2.0] - 09-07-2020

Added

  • CHANGELOG.md file. Wrote down everything that I did yesterday.

Changed

  • Version number. Now it adheres to Semantic Versioning.

Removed

[0.1.0] - 08-07-2020

Added

  • Create project

  • Create graph interfaces

  • Implement abstract AdjacencyMap versions of interfaces

  • Implement AdjacencyMapGraph classes of abstract class

  • Create breadth first search and depth first search

  • Create basic exception classes

  • Create build_test.yml as a start for CI

  • Fix .gitignore to not ignore grade-wrapper.jar

Removed