Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2507)

Issue 336160043: updated class to read json file and write in a txt file(dataset)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 5 months ago by zhubiwen509
Modified:
6 years, 4 months ago
CC:
Wei Wang, zhubiwen509, brahim Al-Qaysi, yulianlluo, farzad2050
Visibility:
Public.

Description

Now this class could read from json file and write the desire format {scr dst distance } and save them as a txt file. but the key thing is arraylist could only store 15 lines, we have 42 in total , too late today ,going to extend the space tomorrow with group mates.

Patch Set 1 #

Patch Set 2 : uda #

Patch Set 3 : 1. now the project could find the path bidirectionally. 2.add the function to caculate the running … #

Total comments: 4

Patch Set 4 : updated new methods to store the data #

Patch Set 5 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -0 lines) Patch
A ReadingJSONfile/update/EdgeTest.txt View 1 2 3 4 1 chunk +79 lines, -0 lines 0 comments Download
A ReadingJSONfile/update/main.java View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download

Messages

Total messages: 8
kirill.sc
Please specify all team in the reviewers list
6 years, 5 months ago (2017-11-14 08:41:50 UTC) #1
zhubiwen509
1. now the project could find the path bidirectionally. 2.add the function to caculate the ...
6 years, 5 months ago (2017-11-15 12:07:37 UTC) #2
manu_chaud
https://codereview.appspot.com/336160043/diff/40001/TestDijkstraAlgorithm.java File TestDijkstraAlgorithm.java (right): https://codereview.appspot.com/336160043/diff/40001/TestDijkstraAlgorithm.java#newcode11 TestDijkstraAlgorithm.java:11: private static List<Edge> edges; Why are these variables static? ...
6 years, 5 months ago (2017-11-18 23:13:47 UTC) #3
zhubiwen509
1. add reading class now the backrend can read from .txt file (our dataset ) ...
6 years, 5 months ago (2017-11-21 01:43:33 UTC) #4
zhubiwen509
1. add reading class now the backrend can read from .txt file (our dataset ) ...
6 years, 5 months ago (2017-11-21 01:43:35 UTC) #5
zhubiwen509
Now this class could read from json file and write the desire format {scr dst ...
6 years, 5 months ago (2017-11-23 00:12:05 UTC) #6
zhubiwen509
Now this class could read from json file and write the desire format {scr dst ...
6 years, 4 months ago (2017-12-04 11:09:05 UTC) #7
manu_chaud
6 years, 4 months ago (2017-12-04 11:29:27 UTC) #8
On 2017/12/04 11:09:05, zhubiwen509 wrote:
> Now this class could read from json file and write the desire format
> {scr dst distance } and save them as a txt file.
> but the key thing is arraylist could only store 15 lines, we have 42 in total
,
> too late today ,going to extend the  space tomorrow with group mates.

I thought we had already solve the problem last time.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b