Open in app
Home
Notifications
Lists
Stories

Write
Aditya Bhamidipati
Aditya Bhamidipati

Home

Mar 5, 2021

Applications of Linked Lists

Linked list is list of nodes connected by pointers. Each node stores data and pointer to next node. Linkedlist is a dynamic data structure, so size can be easily increased. Few frequently used terms in linked list are: Node Head Tail Sentinel Python implementation of the node is: class ListNode(self…

Python

2 min read


Mar 4, 2021

Debugging Node.JS!

As per Hofstadter’s Law, it always takes longer than we expect to implement any development feature. Bugs are a byproduct of code. On a lighter note, the number of lines of code is directly proportional to number of bugs. So, debugging is one of the essential skills every developer should…

Node Js Tutorial

2 min read


Mar 4, 2021

How does a Computer Program run

Most popular first tutorial we have for any programming language is printing “Hello, World!” on the screen. Based on the language it might be one of these or similar printf(“Hello, World!”); in C echo “Hello, World!”; in PHP print ‘Hello, world!’ in Python(2.7) System.out.println(“Hello, World!”); in Java How does computer…

Computer Science

3 min read

Aditya Bhamidipati

Aditya Bhamidipati

Curious Human, Software Developer and a Dog Lover

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable