Problem I took a crack at solving the problem of finding the averages of all subarrays of length k. Here […]
Tag: stl
Generic Vector implemented in C language
Problem I am on the way implementing my own STL-like library in C language. The main reasons are learning DS&A […]
Implementing a News Ticker
Problem I implemented a console version of a news ticker and I will be glad for a code review. It […]