Skip to content
View dogukanDeniz1's full-sized avatar

Block or report dogukanDeniz1

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. urlCacheAlgorithm urlCacheAlgorithm Public

    Url cacheAlgorithm in C with Linked List.

    C

  2. huffmanTree huffmanTree Public

    Huffman Tree in C. Reading from File.

    C

  3. stringMatchAlgorithm stringMatchAlgorithm Public

    Boyer-Moore Horspool algorithm in C.

    C

  4. SobelFilter SobelFilter Public

    Sobel Filter for pgm images in C

    C

  5. searchingWordsWithHashing searchingWordsWithHashing Public

    Searching words among documents with hashing. All the informations are stored in text files. Words are transformed using Horner Method. Horner number is 11.

    C

  6. wordSuggestionWithEditDistance wordSuggestionWithEditDistance Public

    Detecting wrong words with the dictionary and suggesting closest words that are calculated by edit distance algorithm.

    C