exercise-solutions
There are 230 repositories under exercise-solutions topic.
pezy/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions
Solutions of Reinforcement Learning, An Introduction
JifuZhao/DS-Take-Home
My solution to the book A Collection of Data Science Take-Home Challenges
HarryDulaney/intro-to-java-programming
Solutions to Introduction to Java Programming by Y. Daniel Liang. 10th Edition
jrnold/r4ds-exercise-solutions
Exercise solutions to "R for Data Science"
sinclam2/intro-to-probability-solutions
Solutions to the exercises in Grinstead and Snell's Introduction to Probability
jhauschild/lecture_comp_methods
Tutorials for the lecture "Computational Methods in Many-Body Physics"
enjeeneer/sutton_and_barto
Notes and solutions to exercises in Sutton and Barto's Reinforcement Learning textbook
lintingbin/machine-learning-ex
Machine learning exercises.
IAS-Uni-Siegen/EMD_course
Fundamentals of electrical machines and drives course material
go4Mor4/Exericios-resolvidos_Estrutura-de-repeticao
Exercícios Python Estrutura de Repetição (for e while)
IAS-Uni-Siegen/PE_course
Fundamentals of power electronics course
fedebotu/optimal-control-exercises
Exercise solutions for Daniel Liberzon's "Calculus of Variations and Optimal Control Theory: A Concise Introduction" book and other optimal control problems
Shitaibin/The-Algorithm-Design-Manual
Codes and exercises solutions of The Algorithm Design Manual 2nd Edition
Johennes/swiftchallenge
A collection of coding exercises in Swift
kaivalyar/AllenDowneyExercises
My Solutions to the Exercises from Allen Downey's "How to Think Like a Computer Scientist" (Java version 4.1)
Ziezi/Programming-Principles-and-Practice-Using-C-by-Bjarne-Stroustrup-
Solutions to the Exercises from ""Programming Principles and Practice Using C++"" by Bjarne Stroustrup
TomerAberbach/learning-rust
🦀 I'm learning Rust and publishing exercises and small projects I've completed!
HouariZegai/PrologExercise
Prolog Examples with Solutions
kenspirit/programming-elixir-exercises
Solutions for exercises in Book Programming Elixir >= 1.6 by Dave Thomas
lucasb-eyer/Backprop.jl
Textbook implementation of backprop (from the Jacobian point of view) in Julia.
cionx/solutions-basic-category-theory-leinster
Personal solutions to the exercises in Tom Leinster’s “Basic Category Theory”.
Jinwen-XU/homework
LaTeX class for writing your assignment / homework / exercise sheet
sajedjalil/Teach-yourself-C-herbert-schildt-exercice-solutions
Solution of Teach Yourself C by Herbert Schildt
bowcai/Data-Structure-Exercise-Solutions
Exercise codes for course Data Structure and Algorithm Analysis (924.013.1.01), which is a minor course in Data Science at Fudan University.
devAmoghS/machine-learning-for-hackers
Exercises and solutions for Machine Learning for Hackers by Drew Conway & John Myles White
Ziezi/Introduction-to-MATLAB-Octave-and-Numerical-Methods-for-Engineers
Solutions to the Exercises from "An Introduction to MATLAB and Numerical Methods for Engineers." by Timmy Siauw and Alexandre M. Bayen
deyanpeychev00/SoftUni-RegEx-Exercises
RegEx exercises from SoftUni - Tech Module: Programming Fundamentals
dostonhamrakulov/Programming-Exercises-and-implementation-in-Java
Programming exercises in Java
kalpak92/Learn-Python3-the-Hard-Way
My answer for all exercises from Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code, First Edition by Zed. A. Shaw
mattaudesse/haskell-99-problems
Ninety-Nine Haskell Problems
TheAndreyZakharov/SUAI-Software-Engineering
📚🎓 This repository contains my projects for courses in the Software Engineering program at Saint Petersburg State University of Aerospace Instrumentation (SUAI). It showcases my academic work, with tasks focused on programming and software development.
cionx/solutions-topology-a-categorical-approach-bbt
Personal solutions to “Topology: A Categorical Approach” by Bradley, Bryson and Terilla.
mathalea/Coopmaths
Exercices de mathématiques statiques et à données aléatoires pour permettre le travail personnalisé.
tbreuss/programming-elixir-exercises
Solutions for the exercises in Programming Elixir v1.6 (by Dave Thomas)
sir-gon/algorithm-exercises-go
Algorithms Exercises solved in Go, running in built-in Go test suite. Developed with TDD.