Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 408 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 408 Bytes

How can you contribute?

  • Adding a new data-structure.
  • Adding test-cases for existing data-structures
  • Adding/Updating the time/space complexity in the method comments
  • Make code more readable by simplifying existing methods

This repository uses google-java-format for code-formatting. Make sure to use it before submitting any work. You can found this plugin in your favorite IDE's marketplace.