Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.64 KB

Learning_DSA

Welcome to "Learning_DSA" - my personal repository where I share my learning journey in the fascinating world of Data Structures and Algorithms. This repository is intended for anyone who wishes to delve into the basics of DSA and understand its practical applications.

What's an ALGORITHM

  • Simply put, an algorithm is a set of instructions for accomplishing a task

What's a DATA STRUCTURE?

  • A data structure in simple terms is a format for organizing, processing, retrieving, and storing data.

What's Inside?

  • Binary Search: Dive into the efficient world of searching algorithms, starting with the classic Binary Search. Understand how to cut down your search to half every time!

  • And More: As I continue my learning journey, I'll be adding more algorithms and data structures, along with my notes and insights.

Languages Used for Implementation

  • The code implementations in this repository are primarily written in Python and Java.

Getting Started

To get started, clone this repository:

git clone https://github.com/kwescon1/Learning_DSA.git

Navigate into the repository:

cd Learning_DSA

Browse through the folders and files for each topic. Each folder contains source code and a README explaining the concept.

Contributing

Feel free to fork this repository and contribute your insights or improvements. I'm always open to learning and collaborating.

License

This project is open source and available under the MIT License.

Acknowledgments

A shoutout to all the resources and community members who have helped me on this journey!


Happy Learning!