Hi, can anyone share code with the answers for https://app.dataquest.io/m/214/guided-project%3A-investigating-airplane-accidents/3/hash-tables
There are a couple of tasks that we have not been prepared for in the missions prior to this project, particularly:
- Try writing a
log(n)
time algorithm that searches AviationData.txt
for the string LAX94LA336
.
The answers available on stack overflow are overtly complex considering we haven’t been taught to work with text files beyond basic commands.
1 Like
Sahil
#2
Hi @ali.umair.ch,
It seems like we don’t have a solution for that project. However, you can follow this approach to find relevant solutions:
Best,
Sahil