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

https://github.com/patrickshaw/university-fit2070-permutationgenerator

A concurrent factorial algorithm managed by a thread pool. Written in Python and C.
https://github.com/patrickshaw/university-fit2070-permutationgenerator

c permutations practice python study typescript university

Last synced: about 1 month ago
JSON representation

A concurrent factorial algorithm managed by a thread pool. Written in Python and C.

Awesome Lists containing this project

README

          

# Permutations generator
## FIT2070 Operating Systems - Assignment 2
### Installing & running the CLI
#### Running the basic interpreter
1. Open a terminal and navigate to the root directory of the repository.
2. Enter `./Task_1/bin/task_1`
3. The task 1 program should now be running. You may now enter a single length of text to be permuted.

#### Running the advanced interpreter
1. Open a terminal and navigate to the root directory of the repository.
2. Enter `./Task_2/bin/task_2`
3. The task 2 program should now be running. You may now enter multiple words into the terminal to permute.