Vishal Sharma's repositories

BitlyAPIUsage

Code for basic API Usage of Bitly

Stargazers:0Issues:2Issues:0

CachingLibrary

Caching Library for keeping record of users logged in the system in last 24 hours

Language:JavaStargazers:0Issues:1Issues:0

coding_exercise

few basic coding exercises

Stargazers:0Issues:2Issues:0

CodingInterviewQuestions2

Some of the very frequently asked coding interview questions

Stargazers:0Issues:2Issues:0

compilers_pa1

First programming assignment for Compilers

Language:JavaStargazers:0Issues:2Issues:0
Stargazers:0Issues:1Issues:0

Dirichlets-s-Theorem

Dirichlet's theorem on arithmetic progressions states that for any two positive integers a and

Language:JavaStargazers:0Issues:0Issues:0

Dragon_Maze

A console based game : player and dragon will be in a random generated maze and hero has to collect a key (K) before he can exit. Hero also has a power of freezing(F) the dragon, which is he needs to grab in the maze and it will freeze the dragon for 3 turns.

Language:JavaStargazers:0Issues:0Issues:0

DutchNationalFlagProgram

Suppose each of the possible elements could be classified into exactly one of three categories (bottom, middle, and top).The problem is then to produce an array such that all "bottom" elements come before all "middle" elements, which come before all "top" elements.

Stargazers:0Issues:2Issues:0

DynamicArray

Implemented a dynamic array that holds integer values and that grows when necessary to make room for new elements. Similar to ArrayList in Java.

Stargazers:0Issues:2Issues:0

DynamicProgramming

Some very commonly asked DP programming questions

Stargazers:0Issues:2Issues:0

EdgeDetection

Android app takes an image from SDCard and uses gradient method to detect edges. Finally place the output image in the SDcard

Stargazers:0Issues:0Issues:0

FoursqaureAPIUsage

Code to use foursqaure API

Stargazers:0Issues:0Issues:0

HackerRank

Solutions from HackerRank.com

Language:JavaStargazers:0Issues:2Issues:0

Insert-and-delete-in-a-tri-nary-tree

Implement insert and delete in a tri-nary tree

Stargazers:0Issues:0Issues:0

JosephusProblem

In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.

Language:JavaStargazers:0Issues:2Issues:0

NextPalindrome

To find next greater palindrome of the given number

Stargazers:0Issues:0Issues:0

NQueenProblem

Task is to determine a ways in which you can place M such queens on a MxM chess board so that they are in equilibrium i.e. they are placed such that no queen is in the attack zone of the other.

Stargazers:0Issues:2Issues:0

Radix-Sort-To-Sort-IP-Address

Radix sort algorithm to sort IP address

Stargazers:0Issues:2Issues:0

RotateMatrixBy90Degree

Rotate Matrix By 90 Degree clockwise in place without using any buffer

Stargazers:0Issues:2Issues:0

SPOJ

few solutions from spoj.com

Language:JavaStargazers:0Issues:2Issues:0

swc-shell

software carpentry shell scripts

Language:PythonStargazers:0Issues:2Issues:0

ToSendEmail

Java code to send email from an excel sheet using Javax mail Library.

Stargazers:0Issues:2Issues:0

Tree

Basic implementation of tree data structure

Stargazers:0Issues:2Issues:0