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

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

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