This repository contain documents referenced to source code contained at the other repository.
-
Searching and Sparse Data
- Report on Hash Table Implementation
-
Implementation with:
MATLAB, C/C++, Python
-
Communication-system modeling ---
MATLAB
- DTMF decoder
- Noise-free channel's impulse response
-
Google Code Jam Qualification Rounds
- 2015: B (Python)
- 2016: A, C (C++)
- 2017: A, B (C++)
-
Numerical Analysis Algorithms ---
C
- Newton-Raphson Root Finding Method
- Simpson's Integration
- Trapezoidal Integration
- Euler's Differential Equation Solution
- String-based Addition and Subtraction
-
Searching Algorithms and Sparse Data Representation ---
Python
binary_search.py
floyd_warshall.py
- maximum integer subarray (naive, partial sums, dynamic programming)
sparse_matrices_airports.py
chaining_search.py
hash_table.py
complete_search.py
open_address_search.py