Pinned Repositories
2048-
2048 is a single-player sliding tile puzzle video game
2048-_Game-
2048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli
Algorithms
Algorithms 🅰️
animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
Annex-qr-code-simulator
BFS-for-shortest-path
A C++ program for finding shortest path using Breadth Force Search.
Binary_Search_using_recursion
A C++ program for Binary Search method, using concept of recursion.
cartoons-world
This project/webpage is made using HTML and CSS, Which we learnt during the 7 Days free BootCamp, conducted by ShapeAI
Contact-List
In this project, I have created a Contect-List Web Application, where a user can add contacts and delete them, and all the data will be stored in a DataBase. I have used Express JS as back-end server , and MongoDB as DataBase.
Cycle-detection-in-directed-and-undirected-graph
Enclosed is the cpp code to detect cyclic nature of directed and undirected graph.
janender0707's Repositories
janender0707/2048-
2048 is a single-player sliding tile puzzle video game
janender0707/2048-_Game-
2048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli
janender0707/Algorithms
Algorithms 🅰️
janender0707/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
janender0707/Annex-qr-code-simulator
janender0707/BFS-for-shortest-path
A C++ program for finding shortest path using Breadth Force Search.
janender0707/Binary_Search_using_recursion
A C++ program for Binary Search method, using concept of recursion.
janender0707/cartoons-world
This project/webpage is made using HTML and CSS, Which we learnt during the 7 Days free BootCamp, conducted by ShapeAI
janender0707/Contact-List
In this project, I have created a Contect-List Web Application, where a user can add contacts and delete them, and all the data will be stored in a DataBase. I have used Express JS as back-end server , and MongoDB as DataBase.
janender0707/Cycle-detection-in-directed-and-undirected-graph
Enclosed is the cpp code to detect cyclic nature of directed and undirected graph.
janender0707/codility-jimmy-garden
Jimmy owns a garden in which he has planted N trees in a row. After a few years, the trees have grown up and now they have different heights.
janender0707/Dijkstra-s-Algorithm
Dijkstra's Algo in C++,
janender0707/google-meet-clone
Features: 1. One to one video/audio calling. 2. Screen Sharing. 3. Basic chat functionality. 4. Message Alerts.
janender0707/java-algorithms
hacktoberfest event
janender0707/LeetCode-Questions-CompanyWise
Contains Company Wise Questions sorted based on Frequency and all time
janender0707/Maze-problem
A maze is a collection of paths, typically from an entrance to a goal. The word is used to refer both to branching tour puzzles through which the solver must find a route. With this program we can easily find our way from source to destination in a maze irrespective of the difficulty level of the path.
janender0707/Pathfinding-Visualizer
janender0707/Pathfinding-Visualizer-1
A visualization tool for various pathfinding algorithms.
janender0707/PathfindingVisualizer
janender0707/Redux-toolkit
janender0707/Robot-and-Paths
C++ solution for a famous and important problem from codechef to understand the concept of DP.
janender0707/Snake-Game
Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.
janender0707/snake-ladder
Snake and ladders is an ancient Indian board game in which we roll the dice and move our chance, Ladders will take you up but Snakes will take you down. With this program, we can find the shortest path it takes to reach the destination from source and also the moves that we've to take.
janender0707/Social-media-site
This is the code for a social media site called codeial, an acronym for code+social. With codeial a user can sign-in/sign-up using Gmail , a user can add friends, can create posts and can add likes and comments on other user's posts.
janender0707/Sudoku_Solver
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contains all of the digits from 1 to 9. With this program, we can easily solve any sudoke problem, irrespective of its difficulty level.
janender0707/vscode-live-server
Launch a development local Server with live reload feature for static & dynamic pages.