Compare commits

..

3 Commits

Author SHA1 Message Date
90f8161ce1 Directory cleanup 2021-12-13 12:08:49 -06:00
2880c846f4 Merge branch 'master' of https://gitea.ejsf.synology.me/efischer/Tutoring-APCompSci 2021-12-13 12:02:28 -06:00
3fdeac5456 update gitignore 2021-12-13 12:02:24 -06:00
16 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
*.class
.DS_store

View File

@@ -3,5 +3,7 @@
Java projects for use with AP Computer Science students.
## Directories
* SortingAlgorithms — program to explore the implementation and efficiency of different sorting algorithms
* Sorting — Main project directory. Program to explore the implementation and efficiency of different sorting algorithms
* Recursion — Implementation of canonical recursive solver for Tower of Hanoi
* RandomNumberFiles — files of random numbers for use with sorting algorithms
* WordFiles - files of English text to use with sorting algorithms