


Hi everyone,The purpose of this forum has changed to one felt to be more in keeping with the overall focus of this forum. The idea of this forum is to propose a challenge where you already have a solution and see if our experts can match or better it. Not to get someone to do your work for you....
Any threads posted here with general programming questions will be either moved or deleted as appropriate....
Attached is a map of the Scriptsville Metro.Produce an algorithm that given a starting station and a finishing station will produce 2 routes:1. The route that passes through the fewest stations2. The route that requires the fewest number of transfers but otherwise passes through the fewest numbe...
This challenge has been inspired by this question which can be found in the C++ forum.This challenge however is non language specific.How to implement a DFA ?...
This problem was proposed to me but not really my area of expertise so I thought I would open it up to the forum to see if anyone had any bright ideas.The problem is generating Microsoft Word Documents on a server from Word templates and injecting data from a data source. There are a number of s...
