Giter VIP home page Giter VIP logo

15221proj's Introduction

15211Proj

15-221

15221proj's People

Contributors

sss1 avatar escanlon avatar sungukr avatar

Stargazers

 avatar Jimmy Zong avatar

Watchers

James Cloos avatar  avatar Jimmy Zong avatar  avatar  avatar

15221proj's Issues

Code and data posted Gitub

Hi folks, all the code and data for this project have been posted at: ymzong/movie-chain-runner@4d7b707a05ccbec697c7ba56dba764f3ef0ea1b7.

Brute Force Algorithm II Does Not Work.

Brute Force Algorithm II:
1. Find any cycle in the graph;
2. Cut one of the edges to break it;
3. Repeat 1 and 2, until the graph is DAG.
4. Use topological sort to get the longest path in the final DAG.

The Brute Force part happens in Step One and Two, which include ziillions of possibilities. However, the current rough algorithm currently can only run 1s/graph case. Too slow to happen, and the process cannot be divided into different CPU Threads. Sigh. Giving up the Bruth Force II.

Achieved 278.

Hi everyone, I have pushed out current record with 278 movie titles on github. I will update this "issue" page with the number of words very soon.

By the way, I have started 14 jobs on GHC machines, and I will check the results before our class starts tomorrow.

To Break 311!

Special note: this is a target, not an existing achievement!

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.