https://github.com/zeuscoderbe/english-vietnamese-dictionary
English-Vietnamese Dictionary
https://github.com/zeuscoderbe/english-vietnamese-dictionary
Last synced: about 2 months ago
JSON representation
English-Vietnamese Dictionary
- Host: GitHub
- URL: https://github.com/zeuscoderbe/english-vietnamese-dictionary
- Owner: ZeusCoderBE
- Created: 2023-02-09T10:12:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T04:26:29.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:51:28.612Z (4 months ago)
- Language: C#
- Homepage:
- Size: 9.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# English-Vietnamese Dictionary - Data Structures & Algorithms Subject Project
## Made by:
- **Dai Trieu Phi**
- **Dang Nguyen Quang Huy**## Technology Used:
- Windows Form
- C### Data Structure:
- Hashtable
## Screenshots:
### Main Screen:
### User Interface:
## Description:
The English-Vietnamese Dictionary project, developed as part of the Data Structures & Algorithms course, is a Windows Form application implemented in C#. The primary goal of the project is to provide an intuitive and efficient English-Vietnamese dictionary.
The dictionary utilizes a hashtable data structure to efficiently manage and retrieve word translations. This choice of data structure enhances the speed and performance of the dictionary, ensuring a seamless user experience.