Skip to content
View ongkuanyang's full-sized avatar

Block or report ongkuanyang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scheme-interpreter scheme-interpreter Public

    A modular Scheme interpreter written in Haskell using monad transformers

    Haskell 1

  2. sudoku sudoku Public

    Sudoku solver in Haskell using constraint propagation and search

    Haskell

  3. blog blog Public

    Wrote a simple blogging website from scratch

    PHP

  4. partition partition Public

    Solves the optimisation partition problem (NP-hard) in pseudopolynomial time NM where N is size of the list and M is the sum of the elements in the list. Implemented in Haskell with a memoisation "…

    Haskell