algorithms

  1. A

    Study Buddy Data structures and algorithms in python

    I just start learning python, finish my first course for general commands, i am about to start the second course which is about data structures and algorithms , however i need someone start this path with him, solve leetcode together and continue learning python*my goal in 2023 to be able to...
  2. N

    Study Buddy Java / DSA study buddy

    Looking for someone to study Java / Data Structures and Algorithms with. I'm still a newbie in these topics. If interested, feel free to message me.
  3. piesquareisg

    Study Buddy Any first year CS engineering student here?

    I have a decent knowledge of C++ and know some Java (My college uses Java for all the academic purpose and I use c++ for CP) I am totally beginner in CP and first finish all the basic Data structures before moving to contests, I will be doing Web development with Django in the middle, anyone...
  4. Coursera

    Coursera Statistical Mechanics: Algorithms and Computations

    Overview In this course you will learn a whole lot of modern physics (classical and quantum) from basic computer programs that you will download, generalize, or write from scratch, discuss, and then hand in. Join in if you are curious (but not necessarily knowledgeable) about algorithms, and...
  5. Coursera

    Coursera Java Programming: Solving Problems with Software

    Overview Learn to code in Java and improve your programming and problem-solving skills. You will learn to design algorithms as well as develop and debug programs. Using custom open-source classes, you will write programs that access and transform images, websites, and other types of data. At the...
  6. Coursera

    Coursera Computer Science: Algorithms, Theory, and Machines

    Overview This course introduces the broader discipline of computer science to people having basic familiarity with Java programming. It covers the second half of our book Computer Science: An Interdisciplinary Approach (the first half is covered in our Coursera course Computer Science...
  7. Coursera

    Coursera Analysis of Algorithms

    Overview This course teaches a calculus that enables precise quantitative predictions of large combinatorial structures. In addition, this course covers generating functions and real asymptotics and then introduces the symbolic method in the context of applications in the analysis of algorithms...
  8. Coursera

    Coursera Approximation Algorithms Part I

    Overview How efficiently can you pack objects into a minimum number of boxes? How well can you cluster nodes so as to cheaply separate a network into components around a few centers? These are examples of NP-hard combinatorial optimization problems. It is most likely impossible to solve such...
  9. Coursera

    Coursera Approximation Algorithms Part II

    Overview This is the continuation of Approximation algorithms, Part 1. Here you will learn linear programming duality applied to the design of some approximation algorithms, and semidefinite programming applied to Maxcut. By taking the two parts of this course, you will be exposed to a range of...
  10. Coursera

    Coursera Solving Algorithms for Discrete Optimization

    Overview Discrete Optimization aims to make good decisions when we have many possibilities to choose from. Its applications are ubiquitous throughout our society. Its applications range from solving Sudoku puzzles to arranging seating in a wedding banquet. The same technology can schedule planes...
  11. Coursera

    Coursera Algorithmic Thinking (Part 1)

    Overview Experienced Computer Scientists analyze and solve computational problems at a level of abstraction that is beyond that of any particular programming language. This two-part course builds on the principles that you learned in our Principles of Computing course and is designed to train...
  12. Coursera

    Coursera Algorithmic Thinking (Part 2)

    Overview Experienced Computer Scientists analyze and solve computational problems at a level of abstraction that is beyond that of any particular programming language. This two-part class is designed to train students in the mathematical concepts and process of "Algorithmic Thinking", allowing...
  13. Coursera

    Coursera Data Structures and Performance

    Overview How do Java programs deal with vast quantities of data? Many of the data structures and algorithms that work with introductory toy examples break when applications process real, large data sets. Efficiency is critical, but how do we achieve it, and how do we even measure it? This is an...
  14. Coursera

    Coursera Algorithms, Part I

    Overview This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching...
  15. Coursera

    Coursera Algorithms, Part II

    Overview This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching...
  16. Coursera

    Coursera Algorithmic Toolbox

    Overview 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. We will learn a lot of theory: how to sort data and how it helps for...
  17. Coursera

    Coursera Data Structures

    Overview A good algorithm usually comes together with a set of good data structures that allow the algorithm to manipulate the data efficiently. In this course, we consider the common data structures that are used in various computational problems. You will learn how these data structures are...
  18. Coursera

    Coursera Algorithms on Graphs

    Overview If you have ever used a navigation service to find optimal route and estimate time to destination, you've used algorithms on graphs. Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! If you're looking for the...
  19. Coursera

    Coursera Algorithms on Strings

    Overview World and internet is full of textual information. We search for information using textual queries, we read websites, books, e-mails. All those are strings from the point of view of computer science. To make sense of all that information and make search efficient, search engines use...
  20. Coursera

    Coursera Advanced Algorithms and Complexity

    Overview You've learned the basic algorithms now and are ready to step into the area of more complex problems and algorithms to solve them. Advanced algorithms build upon basic ones and use new ideas. We will start with networks flows which are used in more typical applications such as optimal...
Top