Ankur Gor's profile
Education : | AITS |
University : | GTU |
My Specialities : | android , asp.net , C#.net , html , php |
Working In : | Zerones |
Demo upload by Ankur Gor
Java Program to Traverse a Graph using BFS in Java
Java program, to perform the bfs traversal of a given graph in the form of the adjacency matrix.It gives breath first search traversal output in the matrix for given data.... view more
Traverse a graph
Record Media Using Media Recorder in Android
From this we can record the media using this media recorder on the android application.In that start and end button given by that we can record particular portion of the media.... view more
media recorder
Android demo ankur009 2015-04-29
Java Program to Implement Hash Tables in Java
This is a Java Program to implement hash tables.A hash table uses a hash function to compute an index into an array of buckets or slots, from which the correct value can be found.... view more
java hash table