Skip to content

Commit

Permalink
feat: added build instructions to README
Browse files Browse the repository at this point in the history
fixes #2

Co-authored-by: psalqvist <psalqvist@users.noreply.github.com>
  • Loading branch information
nolanderc and psalqvist committed Feb 16, 2022
1 parent f2d1157 commit f524c8a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ This is a collection of algorithms and data structures I've implemented in my ac

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=phishman3579%40gmail%2ecom&lc=US&item_name=Support%20open%20source&item_number=JavaAlgorithms&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_SM%2egif%3aNonHosted" target="_new"><img border="0" alt="Donate to this project" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif"></a>

# Building from Source

This project uses the [Apache Ant](https://ant.apache.org/) build system.

## Building

```sh
ant build
```

## Running the Tests

```sh
ant run_test
```

## Running the Benchmarks

```sh
ant run_timing
```

# What's been implemented:

## Table of Contents
Expand Down

0 comments on commit f524c8a

Please sign in to comment.