Google+

Saturday, 8 November 2014

Algorithm: Data structure : Post 5

A Data Structure is a particular way of organizing data in a computer so that it can be used efficiently. 
                   or in other words 
Data structure refers to a scheme for organizing related pieces of information. 

Different kinds of data structure are suited for different use and for different kinds of application, and some are highly specialized to specific tasks.

Saturday, 1 November 2014

Algorithm: Solutions to some Star and other pattern problems: Post 4

So lets see the solutions of the pattern problems, once that were asked in previous post and some other too.

Lets start with previously asked problem
As I am more into java I am writing java solution but you can easily implement then in C and C++ too

1.Draw pattern
*****
****
***
**
*