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

Commit 268fff5

Browse files
Update README.md
1 parent 6ba1bdd commit 268fff5

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

‎README.md‎

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,34 @@
11
# Algorithm Visualizer in Java
22

3-
By @Alimov-8👨🏻‍💻 and @Rustam-Z👨🏼‍💻
3+
Developed by [@Rustam-Z](https://github.com/Rustam-Z) and [@Alimov-8](https://github.com/Alimov-8)
44

5-
Updated: December 13, 2020
5+
Demo video: https://youtu.be/huR1NSwUnAY
66

7-
- Sorting Algorithms Visualizer
8-
- Picture Puzzle Sorter `TODO`
9-
- Pathfinding algorithm `TODO`
7+
Finish date: December 13, 2020
8+
9+
## Project Features
10+
- Sorting Algorithms Visualizer `DONE`
11+
- [Picture Puzzle Sorter](https://www.youtube.com/watch?v=Bc0sVtB_-ak) `TODO`
12+
- [Pathfinding algorithm](https://clementmihailescu.github.io/Pathfinding-Visualizer/) `TODO`
1013

1114
## First Prototype
1215
<img src="mvp1.gif">
1316

14-
## Skills Learned
17+
## Skills Gained
1518
- Multi-Threading using Swing Worker
1619
- Customising Swing Components
17-
- Graphics 2D
18-
- Apply Sorting Algorithms
20+
- Working with Graphics 2D
21+
- Different sorting algorithms
1922

2023
## References:
2124
- https://clementmihailescu.github.io/Sorting-Visualizer/
22-
2325
- https://www.geeksforgeeks.org/java-swing-jmenubar/
24-
2526
- https://stackoverflow.com/questions/31094904/jmenu-not-appearing-until-window-is-resized
26-
2727
- https://stackoverflow.com/questions/4716372/java-how-do-i-close-a-jframe-while-opening-another-one
28-
29-
- https://www.youtube.com/watch?v=RxjXC1SM1A4
30-
28+
- First prototype video: https://www.youtube.com/watch?v=RxjXC1SM1A4
3129
- https://stackoverflow.com/questions/4246351/creating-random-colour-in-java
32-
3330
- https://stackoverflow.com/questions/782265/how-do-i-use-swingworker-in-java
34-
3531
- https://docs.oracle.com/javase/tutorial/essential/concurrency/sleep.html
36-
3732
- https://stackoverflow.com/questions/1097366/java-swing-revalidate-vs-repaint
38-
3933
- Merge sort: https://www.baeldung.com/java-merge-sort
40-
4134
- http://www.java2s.com/Tutorials/Java/Swing/JSlider/Add_change_event_listener_to_a_JSlider_in_Java.htm

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /