General Discussions

Code, Where are you?

There is something with the code that needs to be understood and the current equation is damn confusing. While GenAI can code and debug, I wonder what is that skill which humans would need. While there was a discussion about “Devin AI”, the AI software engineer, It still is, but not in positive light anymore.… Continue reading Code, Where are you?

General Discussions

Hello Competitive Programming!

Note: This is an introductory article for the Algorithmic Problem Solving Course offered at KLE Technological University, Hubballi-31 (2018-19) Not every university offers a full-fledged programming course that prepares towards competitive programming. KLE Technological University is one of those few universities that has a vision knowing its importance and how it can lead to positive… Continue reading Hello Competitive Programming!

C Codes

Case Conversion using Bitwise

Upper Case to Lower Case: Lower Case to Upper Case:

C Codes

Day Today Codes

Codes that could come handy everyday. The list will continue to grow. Here is the compilation: Day-Today Codes

General Discussions

BST Operations

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

General Discussions

Hired/Fired Challenge

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

General Discussions

Basic Queue Implementation – C

The C code for basic Queue Implementation can be found here: Queue Code Link

General Discussions

Basic Stack Implementation – C

The C code for basic Stack Implementation can be found here: Stack Code Link

General Discussions

Random Poem Generator

This is a python code for a random poem generator. The code has a lot of scope for improvements. This project was implemented to learn python and python gui using tkinter. It uses python 3.4, tkinter and BeautifulSoup API’s. Link: Poem Generator