divyang4481 / mipt-hw

Automatically exported from code.google.com/p/mipt-hw
0 stars 0 forks source link

Task07 BFS, Ефимов #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
efimov_andrey/task07_BFS/withList.cpp
efimov_andrey/task07_BFS/withMatrix.cpp

Original issue reported on code.google.com by ae.insomniac on 19 May 2013 at 11:26

GoogleCodeExporter commented 9 years ago
0. Warnings:
withList.cpp: In function 'void BFS(std::vector<std::vector<TNode*> >&, int)':
withList.cpp:30:37: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]

withMatrix.cpp: In function 'void BFS(std::vector<std::vector<bool> >&, 
std::vector<TNode>&, int)':
withMatrix.cpp:30:27: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
withMatrix.cpp: In function 'void BFSPrint(std::vector<std::vector<bool> >&, 
std::vector<TNode>&)':
withMatrix.cpp:43:25: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]

Решение принято.

Минус 80% баллов за опоздание.

Original comment by aivyu...@gmail.com on 19 May 2013 at 3:22