Skip to content

Commit e14fdc3

Browse files
author
Willy
authored
Update README.md
1 parent de79712 commit e14fdc3

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# java-data-structures
2-
Copied from zenmaster91/uniovi.ed
1+
# Welcome to the Java Data Structures!
2+
Based in [uniovi.ed](https://github.com/ZenMaster91/uniovi.ed).
3+
4+
Here you'll find implementations of popular algorithms and data structures in everyone's favorite new language Java, with detailed explanations of how they work.
5+
6+
If you're a computer science student who needs to learn this stuff for exams -- or if you're a self-taught programmer who wants to brush up on the theory behind your craft -- you've come to the right place!
7+
8+
The goal of this project is to explain how algorithms work. The focus is on clarity and readability of the code, not on making a reusable library that you can drop into your own projects. That said, most of the code should be ready for production use but you may need to tweak it to fit into your own codebase.
9+
10+
Code is compatible Eclipse Oxigen, Gradle and Java 1.8. We'll keep this updated with the latest version of Java.
11+
12+
😍 Suggestions and contributions are welcome! 😍
13+
14+
## How to import into Eclipse Oxigen?
15+
```
16+
File > Import > Gradle > Gradle Project > Select the project forlder > done.
17+
```

0 commit comments

Comments
 (0)