Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 731 Bytes

GOKA

*aka "Goloang kjkrol algorithms & structures"

The library provides a collection of various algorithms and structures.

  • QuadTree

Contributor Recommendations

When committing changes, please use the following prefixes before the title:

  • feat: New functionality.

  • fix: Bug fix.

  • docs: Changes to documentation.

  • style: Changes to code style (e.g. formatting, spaces).

  • refactor: Changes to code that improve its structure but do not change its functionality.

  • perf: Changes that improve performance.

  • test: Adding or changing tests.

  • chore: Changes related to project management that do not affect the code or documentation (e.g. updating dependencies).

e.g. docs: add basic README with project info