https://github.com/mertturkmenoglu/dsa-project
Data Structures and Algorithms Semester Project
https://github.com/mertturkmenoglu/dsa-project
Last synced: about 5 hours ago
JSON representation
Data Structures and Algorithms Semester Project
- Host: GitHub
- URL: https://github.com/mertturkmenoglu/dsa-project
- Owner: mertturkmenoglu
- Created: 2019-05-14T05:08:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T18:51:35.000Z (over 6 years ago)
- Last Synced: 2025-02-09T20:25:10.621Z (8 months ago)
- Language: C
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures And Algorithms Semester Project
***
# Description
* This project contains my **DSA** class semester project codes.
* You need a word list. You may give the relative path to `kelime.txt` when you open the program.
* Your text file must be in the same format as example file.
# Features
* Finding the adjancecy matrix of a word group.
* Transforming two given words to each other if it is possible.
* Listing all 1-step transformations from given word.
* Finds if two words are different with only one letter.
# Build
* You need **CLion IDE** to build project.
* Or you can move the `main.c` file to your project environment.
* Or you can use other methods and compile `main.c`
* Example: `gcc -o dsa_project -c main.c`
* To run the program: `./dsa_project`.
# Contributing
* All ideas and helps are welcome. Please contact with me.
# Authors
* Mert Türkmenoğlu