EnzoLeman
•👋 Hi, I’m Ezekiel Lemana • 👀 I’m interested in Programming • 🌱 I’m currently learning (OOP)Java
Tanzania
Pinned Repositories
Bank-Account-System
The Bank Account System is a simple Java-based application that simulates essential banking operations, such as account creation, balance checking, deposits, and withdrawals. It provides a basic, command-line interface for managing user accounts.
Circular-Queue-Operations
This project provides a Java implementation of a Circular Queue, supporting operations like enqueue, dequeue, isFull, and isEmpty. It helps students and developers understand the concept and applications of circular queues, commonly used in memory management and task scheduling.
ems-project
Employee Management System with React Frontend and Spring Boot Backend
EnzoLeman
Inventory-Sytem
The Inventory Management System is a Java app for managing products in a shop, allowing users to add, view, and update inventory with stacks and queues for tracking recent and removed products.
Practical-Questions
This repository offers a series of Java programming exercises and solutions aimed at improving coding skills. It provides practical challenges designed to help learners and developers understand key programming concepts and enhance problem-solving abilities through real-world examples.
queue-operation
This project provides a Java-based implementation of queue operations, including enqueue, dequeue, isFull, isEmpty, and more. It is designed as a learning resource to help students and developers understand queue data structures and their applications using object-oriented programming principles.
SignlyLinkedList
A Java implementation of a Singly Linked List with basic operations: insertion at the beginning, end, or specific positions, deletion by value, and displaying the list. It provides a simple, menu-driven interface for managing the list.
stack-operation
This project showcases a Java-based implementation of stack operations, including PUSH, POP, isFull, isEmpty, and more. It is designed as a learning resource for students and developers looking to understand stack data structures through object-oriented programming principles.
EnzoLeman's Repositories
EnzoLeman/Circular-Queue-Operations
This project provides a Java implementation of a Circular Queue, supporting operations like enqueue, dequeue, isFull, and isEmpty. It helps students and developers understand the concept and applications of circular queues, commonly used in memory management and task scheduling.
EnzoLeman/Practical-Questions
This repository offers a series of Java programming exercises and solutions aimed at improving coding skills. It provides practical challenges designed to help learners and developers understand key programming concepts and enhance problem-solving abilities through real-world examples.
EnzoLeman/Bank-Account-System
The Bank Account System is a simple Java-based application that simulates essential banking operations, such as account creation, balance checking, deposits, and withdrawals. It provides a basic, command-line interface for managing user accounts.
EnzoLeman/EnzoLeman
EnzoLeman/Inventory-Sytem
The Inventory Management System is a Java app for managing products in a shop, allowing users to add, view, and update inventory with stacks and queues for tracking recent and removed products.
EnzoLeman/SignlyLinkedList
A Java implementation of a Singly Linked List with basic operations: insertion at the beginning, end, or specific positions, deletion by value, and displaying the list. It provides a simple, menu-driven interface for managing the list.
EnzoLeman/stack-operation
This project showcases a Java-based implementation of stack operations, including PUSH, POP, isFull, isEmpty, and more. It is designed as a learning resource for students and developers looking to understand stack data structures through object-oriented programming principles.
EnzoLeman/queue-operation
This project provides a Java-based implementation of queue operations, including enqueue, dequeue, isFull, isEmpty, and more. It is designed as a learning resource to help students and developers understand queue data structures and their applications using object-oriented programming principles.