i-Rohan / Week-4-9-10-2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week-4-9-10-2015

HAL9000 (Easy)

String Permuatations

Write a program which prints all the possible number of permutations of a string. String has an upper bound of 200 characters. Input would be a string from console and the output should be just a number.

Input: ABADAFAHAJALANAPAAAT
Output: 60949324800


# JARVIS (Hard)

Slideshow

Write a slideshow which upon execution, shows pictures with fade in and fade out effect. Input, would be few images, which could be of any format. Output should just an executable file which should do the above task.

Recommend Libraries : OpenCV,LoadPNG,EasyBMP,OpenGL
Sample output : https://drive.google.com/file/d/0B_mZOcAj6M76RFJWWnZybUtkVVE/view?usp=sharing

About


Languages

Language:C++ 100.0%