Skip to content
View ziaddevv's full-sized avatar

Block or report ziaddevv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ziaddevv/README.md

Pinned Loading

  1. Guide_Me_Path_Finder Guide_Me_Path_Finder Public

    A Qt-based C++ application for managing cities and distances, featuring shortest path calculation using Dijkstra’s algorithm, graph traversal with BFS/DFS, and visualization enhanced by Force-direc…

    C++ 1

  2. pet_adoption_system pet_adoption_system Public

    Java Project about Pets Adoption shelters

    Java 3

  3. AES-encrypted-diary- AES-encrypted-diary- Public

    A simple encrypted diary program using AES encryption

    C++

  4. Pac_Man Pac_Man Public

    A Simple long term project for implementing Data Structure and Algorithms

    C++

  5. Huffman-Compression Huffman-Compression Public

    Huffman-Compression is a file compression tool implemented in C++ and Python using the Huffman coding algorithm. It reduces file sizes by ~40% through binary tree encoding and hash table lookups, c…

    C++

  6. Auto_Complete_Trie_Tree Auto_Complete_Trie_Tree Public

    This project is an interactive command-line application that implements an Auto-Complete Search feature using the Trie (Prefix Tree) data structure. It provides fast word suggestions as the user ty…

    C++