GithubHelp home page GithubHelp logo

pablomarcel / algorithms-and-data-structures-coursera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kartikdutt18/algorithms-and-data-structures-coursera

0.0 0.0 0.0 5.65 MB

Contains Solutions to weekly programming assignments for Algorithmic Toolbox Course on Coursera.

C++ 76.49% Python 23.51%

algorithms-and-data-structures-coursera's Introduction

Algorithms-and-Data-Structures-Coursera

About this Course

This specialization is a mix of theory and practice: you will learn algorithmic techniques for solving various computational problems and will implement about 100 algorithmic coding problems in a programming language of your choice. No other online course in Algorithms even comes close to offering you a wealth of programming challenges that you may face at your next job interview. To prepare you, we invested over 3000 hours into designing our challenges as an alternative to multiple choice questions that you usually find in MOOCs. Sorry, we do not believe in multiple choice questions when it comes to learning algorithms...or anything else in computer science! For each algorithm you develop and implement, we designed multiple tests to check its correctness and running time โ€” you will have to debug your programs without even knowing what these tests are! It may sound difficult, but we believe it is the only way to truly understand how the algorithms work and to master the art of programming. The specialization contains two real-world projects: Big Networks and Genome Assembly. You will analyze both road networks and social networks and will learn how to compute the shortest route between New York and San Francisco (1000 times faster than the standard shortest path algorithms!) Afterwards, you will learn how to assemble genomes from millions of short fragments of DNA and how assembly algorithms fuel recent developments in personalized medicine.

About this Repo

Contains Solutions to weekly programming assignments for Data Structures and Algorithms Course on Coursera.They will be programmed in python and C++. Feel free to comment the code and send pull requests.

Link to the Course:

https://www.coursera.org/learn/algorithmic-toolbox

Running CPP/Python Files:

Refer standard input and output from the PDF in the folder enclosing the file.

Running Python:
python3 filename
Running C++:
g++ -o output_filename cpp_file_name
./output_filename

You can also provide input as text files.

./output_filename < input.txt >output.txt

To Do:

Comment the Codes.

algorithms-and-data-structures-coursera's People

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.