YOU THINK WE INNOVATE


Program Solns Software Solns Hardware Solns Java Script Applets Queries Links Exclusive Programming LATEST  News Updates (Check)

                                                       C  programs

Row major and Column major wise) Min. and max  in single traversal Print a specific pattern
Input detail Insertion Sort Search using pointers
Linear array operations   Selection sort  Swap using pointers 
Max Min    Merge two sorted arrays Create a file,can insert and read the data
Matrix operation  Stack using pop,push and peep function To add 2 polynomials 
Information Format  Implements a queue. Convert binary to decimal number
Calculates the compound interest Adding two 3*4 matrices  Implementation of  a circular queue
Roots of a given equation Multiplication of two matrices          Implementation of a Dequeue
Temperature from celsius to fahrenheit Transpose a given square matrix TO find the roots of the equation
Area of curves by menu driven program  Matrix is symmetric or not Operations on 2-D matrices
Given no. is prime or not Matrix is symmetric or not NON-recursive Quick Sort
Calculates h.c.f. of two nos Sorts a list of Strings  Recursive Quick Sort
Calculates the l.c.m. of two nos Consonants in a string    Heap Sort Technique
Maximum of three nos. using if-else String is pallendrome or not New way of Insertion sort
Calculates the value of n power of n Checks whether a string exists in another string  Matrices Multiplication
Calculates nCr    Copies a string into another array Merge Sort Technique
Reverses a given integer no Concatenates two strings  Sorts a list of Names using Pointers
To show the use of Friend Function Displays 1 if strings are same Find Common substring
Sum of squares of natural nos Factorial of (+)ve no. using recursion Evaluation of a Postfix Notation
Sum of odd nos Binary search Display of a specific pattern
Reciprocral of odd nos Fabonacii series using recursion Evaluation of a Sparse Matrix
Sum of a no with increasing powers Multiplication  by recursion  
Sum of the series 1-(x^1)/1!+(x^2)/2! Addition by recursion  
Swap  without third variable Gives a specific pattern  
2nd max  in  list of integers Display a specific pattern  

  


                                                    C ++ programs            

Given no. is Pallendrome  or not   The order of invocation of Working of THIS pointer
Find Sunny numbers between range Constructor and   Destructor Ticket Selling Booth
Print Specific patterns Positive factors of a given (+) Frequency  characters  in a string 
Print Pascal Triangle Use of Inline Function Working of a Destructor
To Find a  Perfect no. Implementation of Operator Overloading Number is prime or not
 To Find  a  Armstrong  no. Details of students in a class using array of objects  Payroll of  Employees 
Sum  of row and column  in 2D Matrix Use of Static data members Details of Hospital 
The sum of both Diagonals of array Concept of polymorphism Initialization of objects 
Showing the Abstraction feature using File handling  Details for Library
public,private and protected variables  Ambiguity in  multiple inheritance Marksheet Details
Use of Function  Overloading Bubble sort technique String concatenation by function overloading 
To  find frequency,words in a string Working of Virtual functions  String concatenation by Default arguments
To print the initials of given String  Multilevel inheritance  
Implementation of copy constructor Working of function and class Templates  

  


                                               DataStructures Through C

Perform all type of operations Addition of  linklists having different sizes  Dijikstras Algorithm
Operations on Matrices  To Concatenate 2 Link Lists  Sorting list of Names

             


                                                        Pointers in C

Addition of 2 polynomials using arrays Addition of Polynomials using Link Lists TREES creation and  Traversal(RECURSIVE)
Shell sort implementation  Stacks using Link Lists  Implementation of Circular Link Lists  
Sorting list of names by using link lists  Queues Using Link Lists Implementation of Doubly Link Lists 
To find Transpose of matrices TREES creation and Traversal (NONRECURSIVE) Implementation of Queues 
Warshall's Algorithm Threaded Binary Search Tree Creation And Traversal   

  


              

                                                            Java Programs

Object oriented Programming concepts White space Java primitive types
Language basics Statements Ques and Ex:Operators
Bit wise operators Declarations Ques and Ex:Variables
Arithemetic,assignment and unary operators Comments Ques and Ex:Control flow statements
Equality,relational and conditional operators Identation Summary of Operators
Summary of operators File Organization Expressions,Statements and blocks
Setting path for JVM File names Control Flow Statements
Variables Code conventions Code Examples
If-then-else statement Branching statements  
While and Do while Arrays  
Primitive types Switch statements  
Garbage collection Using javap  
For statement Programming Practices  
Naming conventions Question and Exercises:Expression,statements and block