Skip to content

anchalsinghrajput/Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithms using C++

This is a repository of Data Structure and Algorithm programs!!

Basic Programs

Index Program Difficulty
1 Sum and Product Easy
2 Terms of ap Easy
3 Reverse of a number Easy
4 Binary to decimal conversion Easy
5 Decimal to binary conversion Easy
6 Square root (integral) Easy
7 Check number sequence Intermediate
8 nCr Easy
9 Printing first n prime number Easy

Pattern Programs

Index Program Difficulty
1 Simple patterns Very easy
2 Hollow rectangle patterns Easy
3 Triangle number patterns Intermediate
4 Half pyramid patterns Easy
5 Number and star patterns Intermediate

Array

Index Program Difficulty
1 Array sum Easy
2 Arranging array Easy
3 Printing all substrings Intermediate
4 Pair sum Easy
5 Triplet sum Easy

2D array

Index Program Difficulty
1 Largest sum of row and column Intermediate
2 Wave print Intermediate

Searching and sorting

Index Program Difficulty
1 Linear search Easy
2 Bubble sort Easy
3 Selection sort Easy
4 Merge two array in sorted order Easy
5 Array intersection Easy
6 Find duplicate Easy
7 Find unique Easy

Linked list

Index Program Difficulty
1 Creating and displaying Easy
2 Counting nodes Easy
3 Sum of elements Easy
4 Insertion and deletion Easy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages