coursera-parallel-programming-scala icon indicating copy to clipboard operation
coursera-parallel-programming-scala copied to clipboard

Results 1 coursera-parallel-programming-scala issues
Sort by recently updated
recently updated
newest added

I believe there is an error in the `insert` method of the `Fork` class. The [insertions into quadrants](https://github.com/TomLous/coursera-parallel-programming-scala/blob/master/src/main/scala/barneshut/package.scala#L78) appear to be wrong: ``` scala def insert(b: Body): Fork = {...