Skip to content

Contains all answers for Rajalakshmi college's Digial cafe CS19341-Design and Analysis of Algorithms. HAPPY CODING !!!

Notifications You must be signed in to change notification settings

santhosh-programmer/CS19341-Design-and-Analysis-of-Algorithms-REC-DigitalCafe

Repository files navigation

CS19341-Design-and-Analysis-of-Algorithms-REC-DigitalCafe

Contains all answers for Rajalakshmi college's Digial cafe CS19341-Design and Analysis of Algorithms.
Always try to code on your own and use this for reference purpose only!!!
HAPPY CODING😊

💘 Basic Programming


💘 Finding Time Complexity of Algorithms

Problem 1: Comparing Complexity

Problem 2: Finding Complexity using Counter Method

Problem 3: Finding Complexity using Counter Method

Problem 4: Finding Complexity using Counter Method

Problem 5: Finding Complexity using Counter Method

Problem 6: Finding Complexity using Counter Method


💘 Brute Force Strategy-Simple Programs

Bubble Sort

Add to Array

String Matching

Print Intersection of 2 sorted arrays

Finding Duplicates

Pair with Difference

Subset Sum Equal

Find Words

Assignment Problem


💘 Greedy Algorithms

Greedy-PP1

Greedy-PP2

Greedy-PP3

Greedy-PP4

Greedy-PP5

Greedy-PP6


💘 Divide and Conquer

Number of Zeros in a Given Array

Majority Element

Finding Floor Value

Find An Element in Sorted Matrix

Two Elements sum to x


💘 Dynamic Programming

Playing with Numbers

Longest Common Subsequence

Longest non-decreasing Subsequence

Playing with chessboard


💘 Backtracking

PP-1 Hamiltonian Cycle

PP-2 Graph Coloring

PP-3 Subset Sum


💘 String Matching

Rabin Karp Algorithm Implementation

KMP Algorithm Implementation