How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
ASP & SQL Database
By flashsucker1 on Jan 17
Max Bid: Open to fair suggestions


Decode UTC Time and Date
By InProd on Jan 17
Max Bid: $5


Adobe Acrobat Digital Signature Plug-in (DigSig mo ...
By jta on Jan 17
Max Bid: Open to fair suggestions


Menu Treeview Plugin For Neobook [RePost]
By RickEstrada on Jan 17
Max Bid: $175


Text Editor
By TOLIKA on Jan 17
Max Bid: Open to fair suggestions


Adobe Acrobat Digital Signature Plug-in (User Prof ...
By jta on Jan 17
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(144 open)
   Access 
(54 open)
   MySQL 
(79 open)
   Oracle 
(6 open)
   SQL Server 
(56 open)
   Other DB 
(16 open)
Documentation / Tech Writing 
(20 open)
Game Development 
(26 open)
Graphics / Art / Music 
(47 open)
   Graphics 
(62 open)
     3d Animation 
(14 open)
   Art (Misc.) 
(19 open)
   Music 
(7 open)
   3d Modeling 
(15 open)
Language Specific 
(98 open)
   ASP 
(75 open)
   C# 
(37 open)
   C++ / C 
(101 open)
   Cold Fusion 
(4 open)
   Delphi 
(34 open)
   Java 
(54 open)
   Perl 
(31 open)
   PHP 
(90 open)
   XML/XSL 
(33 open)
   Visual Basic 
(165 open)
   Visual Basic .Net 
(63 open)
   Other 
(41 open)
Misc 
(38 open)
   CAD 
(8 open)
MultiMedia 
(25 open)
Network 
(27 open)
   Network Design 
(12 open)
   Network Implementation 
(11 open)
Platforms 
(64 open)
   Windows 
(134 open)
     MS Exchange 
(2 open)
     MS Office 
(1 open)
     Other 
(6 open)
   Internet Browser 
(57 open)
   Linux 
(40 open)
   UNIX 
(19 open)
   Hand Held/PDA Programming 
(14 open)
Requirements 
(11 open)
Security 
(25 open)
Testing / Quality Assurance 
(11 open)
Web 
(133 open)
   Page Design 
(72 open)
   Flash 
(39 open)
   Web Services 
(59 open)
   Web (Other) 
(57 open)
Training 
(9 open)
   Computer Based 
(9 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Solving the 8-puzzle by implementing A* algorithm.
Bid Request Id: 34522
Bookmark in my 'To Do' list
Posted by: Winner99 (2 ratings)
(Software buyer rating 10)
Posted: Nov 8, 2002
12:52:10 AM EDT
Bidding Closes: Nov 11, 2002
12:54:34 AM EDT
Viewed (by coders): 179 times
Deadline: 11/12/2002
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Language Specific, Java
Enter chat room for this bid request
(0 active users at Jan 17, 2003 5:16:38 PM EDT)

Description:
Solving the 8-puzzle by implementing A* algorithm.

I want code in java that implement A* algorithm (Heuristic search) for the 8-puzzle game by given any initial state for example:

2 3 5
8 7 6
1 9 4

and to solve it to get this Goal state:

1 2 3
8 9 4
7 6 5

I do not want to use GUI (graphically), I want to use DOS interface only, and also I want to show these outputs :
1. Show the puzzles from start to the goal state (only the minimum path, not all puzzles)
2. Movements of the blank (could be 0 or 9) tile for example : Tile [3] Down (only puzzles in the minimum path).
3. Show value of Heuristic function at each puzzle f(n) ((only puzzle in the minimum path)
Finally number of movements. (this algorithm must result minimum number of steps to reach goal state).
^g(n)= the depth of node n in the search graph.
^h(n)=number of tiles out of place compared with goal state.

Here is an example shows what I want the code to do :
First: ask the user to enter initial state then start solve the problem:
Enter initial state : 283164795 // 9 àmeans space
Initial state
2 8 3
1 6 4
7 9 5
f = 4 (0+4)

2 8 3
1 9 4
7 6 5
f = 4 (1+4)
Tile (8) up

2 9 3
1 8 4
7 6 5
f = 5 (2+3)
Tile (5) up

9 2 3
1 8 4
7 6 5
f = 5 (3+2)
Tile (2) left

1 2 3
9 8 4
7 6 5
f = 5 (4+1)
Tile (1) down

1 2 3
8 9 4
7 6 5
f = 5 (5+0)
Tile (4) right

Total number of movements :5

Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Complete ownership and distribution copyrights to all work purchased.



Platform:
Java (j2sdk-1_3_1_01)
Windows Me


Must be 100% finished and received by buyer on:

Nov 12, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation, you can report it to: abuse@rentacoder.com.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
ambrose
(13 ratings)
in Orlando, Florida
United States
 
$25 (USD) Nov 8, 2002
1:10:15 AM EDT
 9.38
(Superb)
   
I would enjoy writing this program for you. I have lots of experience with algorithms for searching graphs and game trees, including A-star. I can easily do this 100% complete and correct in a couple of hours.

One thing I should point out... A-star, in general, is not guaranteed to give you the shortest path to the goal state. However, I believe the heuristic you have chosen will force it to examine the nearest states first.
 
 
 
 
  See 2 private reply(ies)
to/from ambrose.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.97 on 75 jobs 
Michael Sharp
Rated a 9.97 on 147 jobs 
Simon Price
Rated a 10 on 6 jobs 
RNA
Rated a 9.91 on 25 jobs 
Andrei Remenchuk
Rated a 10 on 9 jobs 
teleCODERS
Rated a 9.93 on 59 jobs 
Securenext
Rated a 9.96 on 50 jobs 
Buddies
Rated a 9.8 on 47 jobs 
Codman
Rated a 9.96 on 96 jobs 
markesh
Rated a 10 on 16 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through it's parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.