⚠ Authorized Use Only — Educational & Penetration Testing Purposes

The techniques, scripts, and tools described in this post are shared strictly for cybersecurity education, CTF practice, and authorized penetration testing. They are intended to be run only against:

Using these techniques against systems, networks, or accounts without the owner's consent is illegal in most jurisdictions and is not endorsed by this blog. If you're learning, practice in an isolated lab (e.g. your own VMs, Kali + Metasploitable, or a CTF platform) rather than on live third-party targets.

Skip to main content

Data Structure & Algorithm


## DATA STRUCTURES :
It is a way of arranging data on a computer so that it can be accessed & updated efficiently
## ALGORITHMS :
Algorithms are an instructions or a way to solve the problem using the data which is stored with the help of data structure.

## TWO TYPES OF DATA STRUCTURE:
1. Linear data structure :
1) Arrays
2) Stack
3) Queue
4) Linked-List
2. Non-Linear data structure:
1. Graphs
2. Trees