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
A command prompt based Quiz program. Users are able to answer multiple choice questions and see feedback on their answers.
An introductory OCaml project focused on functional programming fundamentals, demonstrating proficiency in recursion, pattern matching, list operations, and higher-order abstractions (map/fold).
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
6 kyu
Python mini projects using lists: • To-Do List Manager • Student Grades Organizer • Inventory Tracker • User Feedback Analyzer
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.
A React.js to-do list app with local storage support. Users can add, complete, and delete tasks while changes persist across sessions.
An inventory management system built with C# for tracking products, quantities, and stock levels in real-time.
Examples of functions for modifying lists with del and pop methods
A Command Prompt To do list that enables you add tasks, mark accomplished ones as done and remove when needed.
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."