Giter Site home page Giter Site logo

sukhrobjon / cs-2.2-challenges Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 83 KB

This course covers graph theory, data structures, algorithms, and analysis. Key concepts include recursion, greedy algorithms, memoization and dynamic programming. Students will build an original project whose underlying structure requires the use of graph structures and algorithms to solve real-world problems such as airplane routing, social networking, and board games.

License: MIT License

Python 100.00%

cs-2.2-challenges's People

Contributors

sukhrobjon avatar

Watchers

 avatar

cs-2.2-challenges's Issues

Challenge 2 Feedback

Challenge 2 Feedback : 7/20 . - Updated 13/20

Overall: This code is close, you just need to make sure it runs on sample input before turning in. Debug the edge error and verify it is working.

Feedback based on Challenge 2 Rubric:

  • Works: (2x 3) = 6 . (updated - original grade of 0 due to crash was result on newline on input file)

    • Does not handle edge case of a disconnected graph.
  • Documentation: 2

    • Include parameters and runtime (where appropriate) in docstirngs.
  • Code Organization: 3

    • Separate build graph from challenge output.
  • Testing: 2

    • Code has 1 test (add more)
    • Code has some error handling

Challenge 1 Feedback

Challenge 1 Feedback: 6/20
Feedback based on Challenge 1 Rubric

  • Solution: 0

    • Does not run on sample input without errors
  • Documentation: 2

    • Include input/output and runtime in docstrings
    • Remove commented out code to improve clarity
  • Organization: 3

    • Put main challenge_1 code in a main function rather than in global scope
    • Suggestion: Remove "main" code from graph.py
  • Testing: 1

    • Add tests for Graph and file handling

Challenge 3 Feedback

Challenge 3 Feedback
Overall: 19/24 . Nice work

Feedback based on Challenge 3 Rubric:

  • Read & output 4/4
  • Graph class 4/4
  • DFS 4/4
  • Code organization 3/4
  • Testing 2/4
    • some unit tests and exceptions, there could be a lot more.
  • Documentation 2/4
    • run pycodestyle to find and fix PEP8 format issues.

Challenge 5 Feedback

Challenge 5 Feedback
Overall: 18/20

Feedback based on Challenge 5 Rubric:

  • Read and Outputs 4/4
  • Solves Eulerian ( 4 X 2) 8 /8
  • Testing 2/4
    • Does not test Eulerian Method
  • Documentation & Organization 4/4

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.