✦ Tech Blog · Nepal

Where Ideas
Meet Code

|

$ npm run build ✅ compiled in 1.2s
scroll to explore
Data Structure & Algorithm
· Dhiraj Bhattarai

Data Structure & Algorithm - Mid Term Answer

Data Structure & Algorithm Mid term question answer
#DSA#Question#answer
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part - 6 Tree

A tree is a non-linear, hierarchical data structure. Instead of a straight line, data branches out like an upside-down real tree: the root is at the top and leaves at the bottom.
#Tree Structure#Hierarchical#DSA
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part- 5 Linked List

A Linked List is a linear data structure in which elements (called nodes) are stored at non-contiguous memory locations and connected together using pointers (references). Unlike arrays, the size of a linked list is dynamic — it can grow or shrink during program execution.
#LinkedList#ArrayList#Linear data
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part-4 Data Structure & Algorithm

A queue is a linear data structure that follows the FIFO (First In, First Out) principle — the element inserted first is the first one to be removed.
#Queue#FIFO#LIFO
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part-3 Data Structure & Algorithm

A stack is a linear data structure that follows the LIFO (Last In, First Out) principle — the element inserted last is the first one to be removed.
#Stack#Stack Impl#PUSH
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part 2 : Data Structure And Algorithm

Recursion is a process in which a function calls itself directly or indirectly in order to solve a problem by breaking it into smaller subproblems of the same type.
#Recursion#Self-Call#DSA
Read more
Data Structure & Algorithm
· Dhiraj Bhattarai

Part-1 Data Structure & Algorithm

Data is the raw material of computation. Every program written in any programming language must deal with data — it must store data, retrieve data, and process data.
#DSA#Data Structure#Algorithm
Read more
Engineering & Architecture
· Dhiraj Bhattarai

How Rust Is Quietly Rebuilding the Internet’s Foundation And Why You Should Adapt Faster

The internet is being rebuilt , not with new hardware, not with new protocols, but with a new language. Its name is Rust, and it’s reshaping how we think about performance, security, and the very fabric of modern computing.
#Rust#Rust Dev#Performance
Read more