8086 Assembly : Adding two numbers

8086 Assembly : Adding two numbers

undefinedth undefinedundefined
By with 0 Comments
In this post we are going to have a look at the 8086 assembly program to add two numbers. In this post we are going to have a look at the 8086 assembly program to add two numbers.

Dijkstra's Algorithm - Implementation using C

Dijkstra's Algorithm - Implementation using C

undefinedth undefinedundefined
By with 0 Comments
Dijkstra's Algorithm - Implementation using C Image
Dijkstra's algorithm is used to find the shortest path between two nodes. The algorithm takes on a greedy approach to obtain the solution.

Code Jam Problem : Magic Trick - Solution (C#)

Code Jam Problem : Magic Trick - Solution (C#)

undefinedth undefinedundefined
By with 1 Comments
Code Jam Problem : Magic Trick - Solution (C#) Image
This question was one among the 4 I had to face at the Google Code Jam 2014 Qualification round. I only managed to solve two - Magic Trick (this one) & Cookie Clicker Alpha (read). Although I managed to get qualified with 25 points in total, finishing at 13063 :). This one was the easiest to understand. You

CodeJam Problem : Cookie Clicker Alpha Solution (C#)

CodeJam Problem : Cookie Clicker Alpha Solution (C#)

undefinedth undefinedundefined
By with 0 Comments
CodeJam Problem : Cookie Clicker Alpha Solution (C#) Image
This problem is part of the Google code jam 2014 Qualification Round. I have participated and was able to solve only 2 of the 4 problems. Now I would like to share the code of the two I solved. And this is the solution of Cookie Clicker Alpha. Read the problem statement here. And if you're interested here

TopCoder Problem : Ameoba Division 2 Solution (C#) SRM 615

TopCoder Problem : Ameoba Division 2 Solution (C#) SRM 615

undefinedth undefinedundefined
By with 0 Comments
TopCoder Problem : Ameoba Division 2 Solution (C#) SRM 615 Image
The Ameoba that eats :) This one is a Division 2 250 the easiest from SRM 615. Here's the statement Problem Statement      Monte-Carlo is an amoeba. Amoebas can feed on gel:

Google Code Jam Problem : Reverse Words : Solution

Google Code Jam Problem : Reverse Words : Solution

undefinedth undefinedundefined
By with 0 Comments
Google Code Jam Problem : Reverse Words : Solution Image
This is my second code jam solution.

Google Code Jam Problem : Store Credit : Solution

Google Code Jam Problem : Store Credit : Solution

undefinedth undefinedundefined
By with 0 Comments
 Google Code Jam Problem : Store Credit : Solution Image
For days I have been trying to figure out how to deal with the whole input and output file thing in Google Code Jam Competition. Once I figured it out I thought of making a solution for the question recommended for beginners practicing for gcj – Store Credit. Google recommends this as the first problem for beginners who