Coder Social home page Coder Social logo

itzproxy / diamondsquarealgorithm Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.79 MB

C++ Implementation of the Diamond Square Algorithm

C++ 0.58% C 74.71% Makefile 4.79% Shell 4.43% Roff 6.53% M4 0.05% HTML 6.68% Objective-C 1.78% CMake 0.41% CSS 0.04%

diamondsquarealgorithm's People

Contributors

itzproxy avatar

Watchers

 avatar

diamondsquarealgorithm's Issues

Performance issue with diamond square

Issue with DiamondMethod(Point, int, float) and SquareMethod(Point, int, float).
Concurrently (Nov. 5 2018), uses a class specific vector to hold the generated next points for each pass through of either the DiamondMethod or the SquareMethod but as the size of the array (3x3,5x5,9x9,33x33...(2^n+1x2^n+1)) increases the time taken for each step is exponential O(2^2n+1).
This creates a bottleneck issue with using vectors to hold the newly generated points.

So proposing to generate the points at the main method, don't know how exactly but to do this in a sequential approach.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.