Skip to content

shubhanshu02/e-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Learning

Purpose

This repository hosts my submissions for the assignments in the MOOCs I have taken. It is also to have a look at my solutions after some time and try improving them.

Courses

  • Algorithmic Toolbox - The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming.
  • Data Structures - In this course, we consider the common data structures that are used in various computational problems.

A good algorithm usually comes together with a set of good data structures that allow the algorithm to manipulate the data efficiently.

  • Bootstrap 4 (In Progress) - In this course, we learn about grids and responsive design, Bootstrap CSS and JavaScript components. We learn about CSS preprocessors, Less and Sass. We also learn the basics of Node.js and NPM and task runners like Grunt and Gulp.
  • Algorithms on Graphs (In Progress) - Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! In this course, we learn about various algorithms on graphs.

Technologies Used in This Repository

  • C++
  • Python 3
  • HTML
  • CSS
  • JavaScript

Contribution Guidelines

Any visitor of this repository is invited to contribute to making the code better. To make a contribution, follow these steps -

  1. Fork this repository
  2. Add your solution with the file name as "" + "<your_username>"
  3. Create a pull request stating your approach to the problem and comparison with the original solution.

About

This repository hosts my submissions for the assignments in the MOOCs I have taken.

Resources

Stars

Watchers

Forks