Honest Data Science Talks

The Social Science

This article is Talk 03 of Honest Data Science Talks series. Each talk of around 500 words length, is personal thoughts and deliberations on the domain. No wonder not only us, but even the society (social) around us is encouraging complexity. Technology always brings updates. These updates, to me, seem like a universal balance. It updates something somewhere and… Continue reading The Social Science

General Discussions

Inventory Data Structure

Inventory Data structure is a data structure which can be used to manage inventory data items. To be generic, any kind of 2D data where we have keywords and properties associated with each tabulated in the form of a table. It can be used as an exercise problem while teaching ‘Data Structure’ Course, for better… Continue reading Inventory Data Structure

General Discussions

BST Operations

Find the BST code with: Insertion Deletion Traversals (in, pre and post) Here: Github Link

General Discussions

Hashing Ebooks

A quick ebook on hashing! Get a quick read and all the details here: Hashing

General Discussions

Hired/Fired Challenge

An afternoon coding challenge conducted at KLE TU. More details can be found here: Knit Activities  

General Discussions

Keylink Data Structure

We often encounter projects and experiments where keywords are associated to the web links. For each of those keywords present in the list, one or more links are collected to gather and process the data related to it. Keylink data structure maintains a web link to every keyword present in the list. The number of… Continue reading Keylink Data Structure

General Discussions

Data Structure: KeyLink

We often encounter projects and experiments where keywords are associated to the web links. For each of those keywords present in the list, one or more links are collected to gather and process the data related to it. Keylink data structure maintains a web link to every keyword present in the list. The number of… Continue reading Data Structure: KeyLink

General Discussions

Data Structure: Inventory

Inventory data structure is a makeover of a matrix data structure. Often we encounter tasks where we have keywords and their associated properties. Consider like we have 5 items and each item has associated 10 properties, we want to put them in a table and then perform some operations on it.  A matrix is too… Continue reading Data Structure: Inventory

General Discussions

Formal Definition of Stack DS

If you know the definition of stack, then you can go ahead and understand it formally. But before that lets see the operations on Stack: Si. No. Name Description of the Operation 1. PUSH Insert an item into the stack. 2. POP Delete an item from the stack. 3. PEEK Look out for the top… Continue reading Formal Definition of Stack DS

General Discussions

Announcing NaNoWriMo 2017 Novel

Okay, I have decided to go technical this year. I have been having this book written from a long time and I guess this is the right time to complete it. Lots is done and lots need to be done yet and I guess NaNoWriMo is the right time. I would be writing the book… Continue reading Announcing NaNoWriMo 2017 Novel