An open API service indexing awesome lists of open source software.

https://github.com/situx/misc

Collection of miscellaneous smaller projects
https://github.com/situx/misc

c cpp haskell java mips-assembly

Last synced: about 1 month ago
JSON representation

Collection of miscellaneous smaller projects

Awesome Lists containing this project

README

        

# Misc
Miscellaneous smaller projects

***
MIPS Assembler:

Caesar Cipher Implementation https://en.wikipedia.org/wiki/Caesar_cipher

***

Java:

Sorting Algorithms: BubbleSort,HeapSort,MergeSort,QuickSort

Knoten.java : Tree implementation with Pre/Postorder etc.

Rucksack.java: Implementation of the Knapsack Problem https://en.wikipedia.org/wiki/Knapsack_problem

***