2018

My 2018 worklog.

New projects being undertaken

Projects being continued from 2017

Repository Tree

.
├── anki-flashcard-notes
│   ├── All Decks[Card].txt
│   ├── All Decks.txt
│   ├── collection.apkg
│   └── README.md
├── codezen
│   ├── count-integers.cpp
│   ├── diamond
│   ├── diamond.cpp
│   ├── galaxy-of-stars
│   ├── galaxy-of-stars.cpp
│   ├── heap-sort
│   ├── heap-sort.cpp
│   ├── kth-level
│   ├── kth-level.cpp
│   ├── merge-linked-list.cpp
│   ├── node-level
│   ├── node-level.cpp
│   ├── string-manipulation
│   └── string-manipulation.cpp
├── css
│   └── style.css
├── ebooks
│   ├── Algorithhms 4th Edition by Robert Sedgewick, Kevin Wayne.pdf
│   ├── [Cormen-AL2011]Introduction_To_Algorithms-A3
│   ├── databases-ramaz.pdf
│   ├── Fundamentals of Database Systems - Ramez Elmasri & Navathe.pdf
│   ├── Learning Node.pdf
│   ├── mastering-bitcoin.pdf
│   ├── Mastering Node.js.pdf
│   ├── Node.js in Action.pdf
│   ├── Software-Engineering 7th ED by Roger S. Pressman
│   ├── the_c_programming_language_2.pdf
│   ├── write_great_code_volume_1.pdf
│   └── write_great_code_volume_2.pdf
├── images
│   └── favicon.png
├── index.html
├── js
│   └── main.js
├── LICENSE
├── photos
│   ├── WhatsApp Image 2018-01-03 at 9.13.04 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.10 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.20 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.30 AM.jpeg
│   └── WhatsApp Image 2018-01-03 at 9.13.36 AM.jpeg
├── README.md
└── strings-gfg
    ├── arrayDecay
    ├── arrayDecay.cpp
    ├── creverse
    ├── creverse.c
    ├── cstring1
    ├── cstring1.c
    ├── cstring2
    ├── cstring2.cpp
    ├── pangram
    ├── pangram.cpp
    ├── pystrings1.py
    ├── remove-dups
    ├── remove-dups.cpp
    ├── stringDecay
    ├── stringDecay.cpp
    ├── string-rev-no-special-chars
    ├── string-rev-no-special-chars.cpp
    ├── wordReverse
    └── wordReverse.c