All Projects β†’ rugbyprof β†’ 3013-Algorithms

rugbyprof / 3013-Algorithms

Licence: other
Algorithms Course Repo

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to 3013-Algorithms

LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-20%)
Mutual labels:  trees, greedy-algorithms, backtracking-algorithm
algoexpert
AlgoExpert is an online platform that helps software engineers to prepare for coding and technical interviews.
Stars: ✭ 8 (-46.67%)
Mutual labels:  graphs, recursion, greedy-algorithms
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (+366.67%)
Mutual labels:  graphs, recursion
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview πŸ’―
Stars: ✭ 4,441 (+29506.67%)
Mutual labels:  recursion, greedy-algorithms
Cracking The Coding Interview
πŸ“š C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Stars: ✭ 396 (+2540%)
Mutual labels:  graphs, recursion
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+706.67%)
Mutual labels:  graphs, recursion
Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (+126.67%)
Mutual labels:  graphs, trees
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+213.33%)
Mutual labels:  trees, greedy-algorithms
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (+100%)
Mutual labels:  recursion, trees
py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms πŸ’»
Stars: ✭ 20 (+33.33%)
Mutual labels:  graphs, backtracking-algorithm
hdelk
Web-based HDL diagramming tool
Stars: ✭ 51 (+240%)
Mutual labels:  graphs
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+413.33%)
Mutual labels:  greedy-algorithms
graphs
β¬†οΈπŸ“Š Generate response time chart images in Upptime
Stars: ✭ 31 (+106.67%)
Mutual labels:  graphs
DRL graph exploration
Autonomous Exploration Under Uncertainty via Deep Reinforcement Learning on Graphs
Stars: ✭ 53 (+253.33%)
Mutual labels:  graphs
vallang
Generic immutable recursive data representation API targeted at source code models and more.
Stars: ✭ 28 (+86.67%)
Mutual labels:  graphs
pbPlots
A plotting library available in many programming languages.
Stars: ✭ 71 (+373.33%)
Mutual labels:  graphs
gcnn keras
Graph convolution with tf.keras
Stars: ✭ 47 (+213.33%)
Mutual labels:  graphs
Storing TreeView Structures WithMongoDB
Educational repository demonstrating approaches for storing tree structures with NoSQL database MongoDB
Stars: ✭ 95 (+533.33%)
Mutual labels:  trees
PSCN
A python implementation of Patchy-San Convolutional Network for Graph
Stars: ✭ 39 (+160%)
Mutual labels:  graphs
The-Complete-Rust-Programming-Reference-Guide
Design, develop, and deploy effective software systems using the advanced constructs of Rust
Stars: ✭ 53 (+253.33%)
Mutual labels:  greedy-algorithms

3013-Algorithms

Roster

Class Roster

General Course Info

Resources

Here are some open source books for the course. I hope you guys appreciate the amount of effort it takes to put material together and then put it on the internet for free.

Assumed

  • This course assumes you know what array based data structures and list based data structures are.
  • For example you should be able to write (from scratch) an array based stack and queue along with a list based stack and queue. If you cannot, go study.
  • You should have a general understanding of recursive functions.
  • You should have a general understanding on graph structures more specifically be able to write and traverse a basic Binary Search Tree (BST).
  • Basic OOP skills. Mainly encapsulation and implementation hiding, in other words packaging a data structure with the methods to manipulate that data structure.

Note About This Courses

I will try to go over the list of topics (see below) in the order they are listed, and I have a path that I like to follow when introducing these topics. However, I approach each course with the hopes that student interaction and feedback will steer the course in a direction that may not be what was previously planned. This is stressful for some of my more "organized" students, and I can appreciate their angst. So I always provide a study guide before each exam to ensure everyone is on the same page with the topics I expect you to study. The study guide could have actual test type questions, small programs to implement, or vocabulary and topics.

Algorithm Categories

  • Backtracking
  • Brute Force
  • Dynamic Programming
  • Greedy Algorithms
  • Recursion

Topics List

As I stated above, we will try to stay on task, but let me give you an example of why things can't always be taught sequentially. There are always multiple ways to implement every data structure. For example there is a data structure called a priority queue. It can be implemented in many ways, some better than others. Some of these won't make sense right now, but you will get the idea. Here are a few:

  1. Use an array, and order the items in the array using the "priority" value.
  2. Use a singly linked list, and order the nodes using the "priority" value.
  3. Use an array based binary tree, called a binary heap and using the "priority" value to order the heap.
  4. Use a doubly circular linked list, and follow the algorithm known as a Fibonacci Heap to keep the items in order.

So ultimately based on class input and questions that come up in discussion, I may jump around a bit so an explanation will make sense. Remember though ... I make study guides for each test!!

Resources

Grading

Categories Grade
Exams (3) 40% A 89-100
Programs (3-5)1 & Assignments 30% B 79-88
Final2 20% C 69-78
Github Portfolio 10% D 59-68
Project Presentations (time permitting)3 10% F below 59

1. Despite the low overall value of the programming portion of the course, ALL programs must be turned in running to pass the course. They don't have to be necessarily correct, but they must run and they need to at least approach the solution (a "Hello World" program will not work).

2. Plane ticket prices, events like weddings, or trips out of the country are not valid excuses for missing the final exam at its scheduled time. I will not make accommodations for anything other than an issue vetted by the dean of students.

3. The 10% for project presentations will be taken from Programs & Assignments if we have time to do presentations.

Academic Misconduct Policy & Procedures

Cheating, collusion, and plagiarism (the act of using source material of other persons, either published or unpublished, without following the accepted techniques of crediting, or the submission for credit of work not the individual’s to whom credit is given . The Department of Computer Science has adopted the following policy related to cheating (academic misconduct). The policy will be applied to all instances of cheating on assignments and exams as determined by the instructor of the course. (See below for link to MSU definitions.)

  • 1st instance of cheating in a course: The student will be assigned a non-replaceable grade of zero for the assignment, project or exam. If the resulting grade does not result in a letter grade reduction, the student will receive a one letter grade reduction in course.
  • 2nd instance of cheating in a course: The student will receive a grade of F in course & immediately be removed from course.
  • All instances of cheating will be reported to the Department Chair and, in the case of graduate students, to the Department Graduate Coordinator.

Note: Letting a student look at your work is collusion and is academic misconduct!

See Also: MSU Student Handbook: Appendix E: Academic Misconduct Policy & Procedures https://msutexas.edu/student-life/_assets/files/handbook.pdf.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].