In this you will find some good basic programs of Turbo Prolog 2.0
-
Updated
Apr 3, 2019 - Prolog
In this you will find some good basic programs of Turbo Prolog 2.0
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
RVCE 1st Sem Lab EL - Tkinter GUI
An inventory management system built with C# for tracking products, quantities, and stock levels in real-time.
6 kyu
This is a user interactive python project which generates a Graphical User Interface using the Pygame library for a Sudoku game. This project uses the concepts of Algorithmic Problem-Solving, Event Handling, Object-Oriented Programming, Recursion, 2D List Manipulation, Keyboard Input Handling and Conditional Statements.
Creating a productive C library
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
Examples of functions for modifying lists with del and pop methods
A React.js to-do list app with local storage support. Users can add, complete, and delete tasks while changes persist across sessions.
Add a description, image, and links to the list-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the list-manipulation topic, visit your repo's landing page and select "manage topics."