Giter Site home page Giter Site logo

shreckye / coursera-stanford-algorithms-solutions-kotlin Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 49 KB

Solutions for Programming Assignments in Courses 1-4 of the Coursera Algorithms Specialization offered by Stanford written in Kotlin scripts

License: MIT License

Kotlin 100.00%
algorithms coursera-algorithms-specialization coursera-algorithms coursera-algorithms-solutions kotlin kotlin-scripts stanford

coursera-stanford-algorithms-solutions-kotlin's Introduction

Coursera Stanford Algorithms Specialization Programming Assignment solutions in Kotlin

Solutions for Programming Assignments in Courses 1-4 of the Coursera Algorithms Specialization offered by Stanford written in Kotlin scripts

Coded up in the Kotlin style

Kotlin features such as extensions, inline classes, operator overloading, infix functions, tail recursive functions, scope functions, and collection operations based on extensions and functional programming are widely used in the code to enhance simplicity, efficiency, and readability, and to produce a proper blend of imperative programming, object oriented programming, and functional programming.

Notices

  1. Enable assertion for all scripts by adding the "-ea" VM option to detect potential bugs.
  2. Increase the stack size with "-Xss" VM option for some scripts that cause StackOverflowError. Increase the heap size with "-Xmx" VM option for some scripts that cause OutOfMemoryError.
  3. If you encounter compiling issues in IntelliJ IDEA, bring down the project bytecode version, the target JVM version, the Project language level, and the target platform in Preferences and Project Structure to 6 and 1.6.

coursera-stanford-algorithms-solutions-kotlin's People

Contributors

shreckye avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

abbey2u

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.