Git Product home page Git Product logo

kb5029's Projects

bfs-in-python icon bfs-in-python

# BFS-in-python Breadth-First Search is a recursive algorithm to search all the vertices of a graph or a tree. BFS in python can be implemented by using data structures like a dictionary and lists

mailbuzz icon mailbuzz

simple mailchip clone app made for Hackathon 9.0

maze-solver icon maze-solver

To create a maze solver with Python, we need to choose a data structure to represent the maze and to represent the rollback algorithm that will be used to find the path from the start point to the endpoint. The best choice for choosing a data structure to store the maze is a two-dimensional array.

password-generator icon password-generator

Here is the simple python code where you can generate maximum number of passwords using alphabets and symbols with certain number of digits which one can set by their own.

rock-paper-scissors icon rock-paper-scissors

simple python program where the random module is used to generate numbers and few statements and while loop.

smart-home-network icon smart-home-network

We desiged a wireless network at home with remote access from office.We used cisco software to design the network

snake_game icon snake_game

A snake eater game written in Python using the Pygame library.

suduko-solver icon suduko-solver

Python script that uses backtracking to solve any sudoku input.

tic-tac-toe icon tic-tac-toe

# TIC_TAC_TOE_AI Play tic_tac_toe with an AI opponent! This project uses a minimax algorithm to create an unbeatable ai to play tic tac toe.Player can choose to play first or second only to end the game in a draw at best.

vacuum-cleaner-problem icon vacuum-cleaner-problem

# Vacuum-cleaner-problem-AI Developed a simple problem solving reflex agent program in Python for the vacuum-cleaner world problem. This program defines the States, intial state, Actions,sucessor function,goal test and Path Cost. For each possible initial state, the program returns a sequence of actions that leads to the goal state, along with the path cost. Generates two test cases.

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.