Skip to content

Commit 7e2cc20

Browse files
committed
Merge branch 'master' of github.com:algorithm-visualizer/tracers.java
2 parents 2484705 + 217956b commit 7e2cc20

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# tracers.java
2+
3+
> `tracers.java` is a visualization library for Java.
4+
5+
This repository is part of the project [Algorithm Visualizer](https://github.com/algorithm-visualizer).
6+
7+
## Installation
8+
9+
1. Download `algorithm-visualizer.jar` in the [latest release](https://github.com/algorithm-visualizer/tracers.java/releases/latest).
10+
11+
2. Add it to the classpath.
12+
13+
## Usage
14+
15+
```java
16+
import org.algorithm_visualizer.*;
17+
18+
class Main {
19+
public static void main(String[] args) {
20+
LogTracer logTracer = new LogTracer("Scratch Paper");
21+
22+
logTracer.print("Visualize your own algorithm here!");
23+
}
24+
}
25+
```
26+
27+
Check out the [API reference](https://github.com/algorithm-visualizer/algorithm-visualizer/wiki) for more information.
28+
29+
## Contributing
30+
31+
Check out the [contributing guidelines](https://github.com/algorithm-visualizer/tracers.java/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy