|
| 1 | +<p align="center"> |
| 2 | +<img src="https://user-images.githubusercontent.com/36534847/110256307-e6347c80-7f76-11eb-9635-df55b02d540a.png" alt="AlgoAndDataStruct-Logo" width="250"> |
| 3 | +<h1 align="center">Java Algorithms and Data Structures</h1> |
| 4 | + |
| 5 | +## Table of contents |
| 6 | +- [About the project](#about-the-project) |
| 7 | +- [Description](#description) |
| 8 | +- [Built with](#built-with) |
| 9 | +- [Installation](#installation) |
| 10 | +- [Run](#run) |
| 11 | +- [License](#license) |
| 12 | + |
| 13 | +## About the project |
| 14 | +Basically, it's about algorithms and data structure and was created for the purpose of learning, researching, and recording all the content so that I can return when necessary. |
| 15 | + |
| 16 | +## Description |
| 17 | +This project contains basic implementations using Java so that anyone can learn from examples. |
| 18 | + |
| 19 | +## Built with |
| 20 | +* [Java 8](https://java.com/en/download/help/java8.html) |
| 21 | +* [JUnit 4](https://junit.org/junit4/) |
| 22 | +* [Maven](https://maven.apache.org/) |
| 23 | + |
| 24 | +## Installation |
| 25 | + |
| 26 | +To clone and run this application, you'll need Git installed on your computer(or no, if you want to download **.zip**). From your command line: |
| 27 | +```bash |
| 28 | +# Git CLI |
| 29 | +git clone https://github.com/zevolution/java-algorithms-and-datastructure.git |
| 30 | + |
| 31 | +# Github CLI |
| 32 | +gh repo clone zevolution/java-algorithms-and-datastructure |
| 33 | +``` |
| 34 | + |
| 35 | +## Run |
| 36 | +```bash |
| 37 | +mvn test |
| 38 | +``` |
| 39 | + |
| 40 | +## License |
| 41 | +[MIT](https://choosealicense.com/licenses/mit/) |
0 commit comments