Skip to content

Commit

Permalink
🐢 w/ links
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Nov 25, 2021
1 parent dceed68 commit 188c92d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Subhajit Sahu
Copyright (c) 2020-21 Subhajit Sahu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ Software Foundations is a broad introduction to the mathematical
underpinnings of reliable software.

**Course**: Software Foundations, Spring 2020<br>
**Taught by**: Prof. Venkatesh Chopella
**Taught by**: [Prof. Venkatesh Chopella]

See [Coq] for Coq proofs assignment,
[merge-sort] for multi-stage transition system design assignment,
and [balanced-sliding-window] for transition system project.

<br>
<br>


Similar courses:
- [CS 494 SF: Software Foundations](https://www.cs.uic.edu/~mansky/teaching/cs494sf/sp19/schedule.html)
- [CSC 495/693: Software Foundations](https://www.uncg.edu/cmp/faculty/srtate/495.f16/index.php)
- [Game Programming Patterns](https://gameprogrammingpatterns.com/contents.html)


[Coq]: Assignments/Coq
[merge-sort]: https://github.com/htmlf/merge-sort
[balanced-sliding-window]: https://github.com/htmlf/balanced-sliding-window
[Prof. Venkatesh Chopella]: https://www.iiit.ac.in/people/faculty/choppell/

0 comments on commit 188c92d

Please sign in to comment.