Skip to content

Commit f4fdf2f

Browse files
committed
🐢 w/ links
1 parent 8306eab commit f4fdf2f

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Subhajit Sahu
3+
Copyright (c) 2020-21 Subhajit Sahu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+38-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
Discrete mathematics is the study of discontinuous quantities, and associated algorithms.
22

33
**Course**: Discrete Maths and Algorithms, Monsoon 2019<br>
4-
**Taught by**: Prof. Bapi Raju S.
4+
**Taught by**: [Prof. Bapi Raju S.]
5+
6+
<br>
7+
8+
9+
#### Handwritten notes
10+
11+
- [Discrete Mathematics: Graph algorithms](https://gist.github.com/wolfram77/d5303a6a9e4a28a3fa9dd5d95a779c44)
12+
- [Discrete Mathematics: Convex Hull algorithms](https://gist.github.com/wolfram77/b15d04c148b88db6d51c0797611890e3)
13+
- [Discrete Mathematics: GCD, Fermat's little theorem](https://gist.github.com/wolfram77/51b6459101ae927dda99ec75efa884df)
14+
- [Discrete Mathematics: 2 Jug puzzle, Fermat's little theorem](https://gist.github.com/wolfram77/bdbcd34920aae12eb05bda90173131d4)
15+
- [Discrete Mathematics: Fibonacci series, Catalan numbers](https://gist.github.com/wolfram77/66bed9b1f873b90bb6a4d3f02d540e1e)
16+
- [Discrete Mathematics: Josephus problem](https://gist.github.com/wolfram77/6fba2149b3c5bc711dd804ca3fc8a683)
17+
- [Discrete Mathematics: Extended master's theorem](https://gist.github.com/wolfram77/ed872903effd0c706e5c7320c6d91e49)
18+
- [Discrete Mathematics: Recurrence relations using formulae](https://gist.github.com/wolfram77/05f9d89309a302c5cae594e1d78ce131)
19+
- [Discrete Mathematics: Recursion, induction, recurrence relation](https://gist.github.com/wolfram77/e8becf133c42cae5ec052bb90fbc30cd)
20+
- [Discrete Mathematics: Solving recurrence relations 2](https://gist.github.com/wolfram77/cb7ccc2da9da8d4471297998c04752f9)
21+
- [Discrete Mathematics: Solving recurrence relations](https://gist.github.com/wolfram77/8673271e5d2b94bd274d550350a4111e)
22+
- [Discrete Mathematics: Recurrence relations 2](https://gist.github.com/wolfram77/fb895d711dbbe2397c5005d7ef905531)
23+
- [Discrete Mathematics: Recurrence relations](https://gist.github.com/wolfram77/af93a3a3f6ac915d0987c9ff515632cb)
24+
- [Discrete Mathematics: Relations](https://gist.github.com/wolfram77/c39e5402e18163cc6c2cb3f44c9314cc)
25+
- [Discrete Mathematics: Group theory](https://gist.github.com/wolfram77/05ce60bc94289b5eee64c023426b9fb7)
26+
- [Discrete Mathematics: Computable and uncomputable functions 2](https://gist.github.com/wolfram77/6ecc3b959bee56eaf3d341faa1415315)
27+
- [Discrete Mathematics: Computable and uncomputable functions](https://gist.github.com/wolfram77/cbb978429f37aa08ebcfdb33aea1cb5d)
28+
- [Discrete Mathematics: Rates of growth of functions 2](https://gist.github.com/wolfram77/5f6bd3b59fd0716ab9c15c5e5776b2a4)
29+
- [Discrete Mathematics: Rates of growth of functions](https://gist.github.com/wolfram77/e20f1f85d900a1d7a84c9057ce7d0f24)
30+
- [Discrete Mathematics: Cardinality of sets 2](https://gist.github.com/wolfram77/9bef540a103380296c56fc68709a9de5)
31+
- [Discrete Mathematics: Cardinality of sets](https://gist.github.com/wolfram77/e0db6267be6ba7aff11fa624d20b54db)
32+
- [Discrete Mathematics: Sets](https://gist.github.com/wolfram77/3541c6b34bccb9e51e2d1f0d4ff04cfe)
33+
- [Discrete Mathematics: Set theory](https://gist.github.com/wolfram77/3f88d02559db7d73c8bcb67ed4b43138)
34+
- [Discrete Mathematics: NP-completeness and Reduction](https://gist.github.com/wolfram77/b80680b1225ed07a35f96fa470d6a645)
35+
- [Discrete Mathematics: Logic reduction](https://gist.github.com/wolfram77/31d6a5952065b0774b2eea024c406d3e)
36+
- [Discrete Mathematics: Proofs and Logic 2](https://gist.github.com/wolfram77/cdb17581147ca12d0363b55ac80b69d0)
37+
- [Discrete Mathematics: Proofs and logic](https://gist.github.com/wolfram77/1833dcaa08682bc9f2ba6a0cab3ec5aa)
38+
- [Discrete Mathematics: Topics](https://gist.github.com/wolfram77/3983ccec7ccc20c14e0e806af14a61c0)
39+
40+
41+
[Prof. Bapi Raju S.]: https://www.iiit.ac.in/people/faculty/Bapiraju/

0 commit comments

Comments
 (0)