Code Monkey home page Code Monkey logo

Sandeep Rana's Projects

algorithm-implementations icon algorithm-implementations

Insertion Sort, Quick Sort, Merge Sort, Min Heap, Priority Queue, Red Black Tree, Order Statistic Tree, Graph Creation, Breadth-First and Depth-First Search and Homework Assignments

recommender-system icon recommender-system

Built a movie recommender system ML-based approach to filter and predict the user’s film preferences based on their past choices. Used filtration Strategies Popular-based, Content-based and Collaborative filtering.

sudoku-generator icon sudoku-generator

Generates Sudoku puzzles that have a unique solution. Able to generate either easy (requires nothing harder than hidden singles) puzzles, or medium/difficult puzzles (sometimes requiring extreme strategies/techniques like cell-forcing chains). The algorithm that generates difficult puzzles gives you not only unique boards, but boards where you cannot remove any more numbers without destroying the uniqueness of the solution.

sudoku-solver icon sudoku-solver

First the program scans each cell and if there exists only one possibility, then it inserts that number. The program does this until the puzzle is stuck. Then it runs a backtracking DFS search to "try out" the possibilities, eliminating those (and its children) that doesn't work.

tic-tac-toe icon tic-tac-toe

It's a simple collage project Tic Tac Toe game using android studio, Kotlin. It's very simple to play open game and enter player_1 or player_2 name and stat if player_1 wins then the game show a Congratulation popup screen and "congratulate player_1." if the game was drown then game show popup screen and show "The game is drawn, Please play again...!!!".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.