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.
- Host: GitHub
- URL: https://github.com/patrickshaw/university-fit2070-permutationgenerator
- Owner: PatrickShaw
- License: mit
- Created: 2017-04-22T11:22:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T10:30:06.000Z (about 9 years ago)
- Last Synced: 2025-02-09T10:46:23.797Z (over 1 year ago)
- Topics: c, permutations, practice, python, study, typescript, university
- Language: C
- Homepage:
- Size: 895 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.