EldarMu
Soft.Eng. at Google in Seattle area. Previous academic work with ML, cheminformatics.
Seattle, USA
Pinned Repositories
cppinterview
A place to show I can solve coding interview questions in C++. Largely exists to practice for interview.
Fibonacci
An example of Fibonacci sequence implemented on Android to illustrate android functionality to students
FlightPlanner
Flightplanner is a programming puzzle for students to plug their own shortest path algorithm into
gointerview
compilation of interview problem solutions in go
interview_prep_problems
As many interview problems as I can find, with own solutions.
MazeCompSciPuzzle
Implementation of a maze puzzle, with students needing to write a custom maze solving method in BotBrain.java
Molecular_Fingerprint_NN
An example of a neural network used to predict toxicity with the tox21 dataset. Heavily commented as it is meant to be used as an introduction to cheminformatics and machine learning
SortTester
A teaching aid - a class for measuring the time it takes to sort, with the sorting method being left up to the student to implement. Code comments in Russian.
SRM
SudokuSolver
Sudoku solving java swing app
EldarMu's Repositories
EldarMu/SudokuSolver
Sudoku solving java swing app
EldarMu/cppinterview
A place to show I can solve coding interview questions in C++. Largely exists to practice for interview.
EldarMu/Fibonacci
An example of Fibonacci sequence implemented on Android to illustrate android functionality to students
EldarMu/FlightPlanner
Flightplanner is a programming puzzle for students to plug their own shortest path algorithm into
EldarMu/gointerview
compilation of interview problem solutions in go
EldarMu/interview_prep_problems
As many interview problems as I can find, with own solutions.
EldarMu/MazeCompSciPuzzle
Implementation of a maze puzzle, with students needing to write a custom maze solving method in BotBrain.java
EldarMu/Molecular_Fingerprint_NN
An example of a neural network used to predict toxicity with the tox21 dataset. Heavily commented as it is meant to be used as an introduction to cheminformatics and machine learning
EldarMu/SortTester
A teaching aid - a class for measuring the time it takes to sort, with the sorting method being left up to the student to implement. Code comments in Russian.
EldarMu/SRM