https://github.com/onurozuduru/data-structure-project
Data Structures and Algorithms project.
https://github.com/onurozuduru/data-structure-project
Last synced: 8 months ago
JSON representation
Data Structures and Algorithms project.
- Host: GitHub
- URL: https://github.com/onurozuduru/data-structure-project
- Owner: onurozuduru
- License: mit
- Created: 2014-06-26T20:04:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T14:44:41.000Z (over 9 years ago)
- Last Synced: 2023-03-31T17:42:39.588Z (over 2 years ago)
- Language: C++
- Homepage: http://ozuduru.com
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
data-structures-project
=======================Data Structures and Algorithms project.
It is a C++ project which is written in 2011 by Anil Kayan and Onur Ozuduru for Data Structures and Algorithms class.
This was our first project at university, I remember that how we'd searched and compared some sorting algorithms before we wrote the code :') OK, after the emotional sentences,
let me give some information about the code :)
It is a simple console application. It takes a text file and counts the words in that file.
There are more information on _ProjectDescription.pdf_ file.Also you can see explanation of the code on _ProjectReport.pdf_
It is tested with the files which are under the _example-txt-files_ directory.
Example usage: ./wordcounter marktwain-huckfin.txt
We hope that it is helpful, please put a link to our github pages on your work if you use that code with no changes (directly copied).
Onur Ozuduru:
* github: https://github.com/onurozuduru
* twitter: https://twitter.com/OnurOzuduruAnil Kayan:
* bitbucket: https://bitbucket.org/anilkayanThis work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.