Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e2cc20

Browse files
committed
Merge branch 'master' of github.com:algorithm-visualizer/tracers.java
2 parents2484705 +217956b commit7e2cc20

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+
importorg.algorithm_visualizer.*;
17+
18+
classMain {
19+
publicstaticvoidmain(String[]args) {
20+
LogTracer logTracer=newLogTracer("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)

[8]ページ先頭

©2009-2025 Movatter.jp