
15 Data Structure and Algorithm (DSA) Project Ideas
This project aims to train beginners in developing a program with data structure and algorithms to perform basic mathematical operations like addition, subtraction, multiplication, and division.
27 Algorithm and Data Structure Project Ideas - OpenGenus IQ
In this article at OpenGenus, we will list important and unique project ideas that have algorithmic approaches behind them.
Understanding the Algorithm: Simple Implementation Code Example - GitHub
The Python code for a Decision-Tree (decisiontreee.py) is a good example to learn how a basic machine learning algorithm works. The inputdata.py is used by the createTree algorithm to generate a simple …
10 Project Ideas That Use Prim's Algorithm - GeeksforGeeks
Jul 23, 2025 · The project will involve the use of Prim's algorithm, a minimum spanning tree algorithm, to optimize the air traffic control system. The algorithm will find the minimum spanning tree that …
DSA Tutorial - GeeksforGeeks
1 day ago · DSA stands for Data Structures and Algorithms. Data structures manage how data is stored and accessed. Algorithms focus on processing this data. Examples of data structures are Array, …
Algorithms | Computer science theory | Computing | Khan Academy
We've partnered with Dartmouth college professors Tom Cormen and Devin Balkcom to teach introductory computer science algorithms, including searching, sorting, recursion, and graph theory.
Simple Genetic Algorithm in Python - GitHub
This project demonstrates how to implement a Genetic Algorithm (GA) from scratch in Python — a fun way to mimic natural selection and evolve solutions. The goal is to guess a target string using …
RSA Algorithm in Cryptography - GeeksforGeeks
Jul 23, 2025 · Advantages Security: RSA algorithm is considered to be very secure and is widely used for secure data transmission. Public-key cryptography: RSA algorithm is a public-key cryptography …
Mask R-CNN for Object Detection and Segmentation - GitHub
It shows an example of using a model pre-trained on MS COCO to segment objects in your own images. It includes code to run object detection and instance segmentation on arbitrary images. …
Algorithms Implemented in Python - GitHub
All Algorithms implemented in Python. Contribute to TheAlgorithms/Python development by creating an account on GitHub.