https://github.com/jawardell/se_probsets
software engineering problem sets
https://github.com/jawardell/se_probsets
college software-engineering teamwork
Last synced: 11 months ago
JSON representation
software engineering problem sets
- Host: GitHub
- URL: https://github.com/jawardell/se_probsets
- Owner: jawardell
- Created: 2018-09-26T01:42:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T01:36:00.000Z (over 7 years ago)
- Last Synced: 2025-04-09T21:39:08.905Z (about 1 year ago)
- Topics: college, software-engineering, teamwork
- Language: Java
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Engineering Problem Sets (2X)
The file structure of this repo is the following:
```
.
├───probsets
│ ├───prob1
│ └───refac
├───misc
│ ├───docs
│ └───tsl_program
├───.gitignore
└───README.md
```
#### Navigating the Repo
* The problem statements and implementation can be located in the `probsets` directory.
* Various associative documents can be found in the `misc/docs` directory.
* The `misc/tsl_program` directory contains the source code for the tsl api that we used to
generate our test cases.
* The `misc/tsl_program/specifications` file contains our TSL specifications for `prob1`.
* The `misc/tsl_program/specifications.tsl` file contains the rendered test frames as output from the TSL program.
#### Authors
@kdtrey
@jawardell