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 ---
Pythonbinary_search.pyfloyd_warshall.py- maximum integer subarray (naive, partial sums, dynamic programming)
sparse_matrices_airports.pychaining_search.pyhash_table.pycomplete_search.pyopen_address_search.py