Skip to content

Commit f080a2e

Browse files
authored
Update README.md
1 parent 4f88edc commit f080a2e

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Java Algorithms and Data Structures
2-
Collection of some Java algorithms and data structures.
2+
3+
Learning-by-doing exercises for a Software Engineering university course & final exam.
4+
5+
6+
## Searching Algorithms
7+
8+
- Linear search
9+
- Binary search
10+
11+
## Sorting Algorithms
12+
13+
- Insertion sort
14+
- Selection sort
15+
- Bubble sort
16+
- Quick sort
17+
18+
## Data structures example
19+
20+
- Implementation of a Linked List using _java.util.package_
321

4-
<sub> _Learning-by-doing exercises for a Software Engineering university course & final exam._ </sub>
22+

0 commit comments

Comments
 (0)