-
RSA Implementation and Attacks
Console Implementation of the famous RSA cryptosystem...Uses GMP lib for large numbers.Both attacks and implementation in C. Comment if any problem...
-
Prime number generator
Generates large primes.Input is two limits between which a prime number is needed...
-
Randomize a set of elements...
Given an array of elements,randomize the array elements...meaning,randomly redistribute the array elements by changing their positions...This could be useful in certain data analysis rechniques where the data has to be first randomized for uniform picking...
-
0-1 Knapsack problem(using dynamic programming)
Problem is about to find the max value you can derive out of a set of objects with certain weights and corresponding values for them...the constraint is that there is a sack which has certain max capacity .task is to choose the objects such that a max val is obtained satisfying the sack capacity.
-
Number of 0's trailing the decimal representation of factorial of a number
Problem is to find the number of 0's that trail the decimal representation of factorial of a number.Obviously it is not possible to find the factorial and count the 0's as this doesn work in case of big numbers...
-
Largest Continuous Sum
Finds the largest CONTINUOUS sum that is possible in an array of integers
-
Subset Sum problem
The problem is about determinig whether a particular sum is possible from a set of integers which is a subset of another set(mostly bigger in size)...
-
Towers of Hanoi
This algorithm solves the towers of hanoi problem.series of moves that be made to solve the problem are listed as output.you get immediate output for numbers upto 20 or so.
-
Animation and human modelling using open gl
libraries req -opengl compile in linux..as..gcc file name -l glut -l GL there are two files fin_animate.c & fin_bground.h
User login
Current search
Search
Search categories
Tags
- sort (11)
- Sorting (11)
- Data Structure (9)
- Graphs (9)
- Graph Theory (8)
- Dynamic Programming (6)
- Filtering (4)
- Image Processing (4)
- Compression (3)
- Data Compression (3)
- more...
