Skip to content

Implementations of data structures, exercises, puzzles, problems and riddles

Notifications You must be signed in to change notification settings

Rem4rkable/Miscellaneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Miscellaneous

Implementations of data structures, exercises, puzzles, problems and riddles.

Program.cs Written in C#. Contents:

Data structures

  • Hash Table w/ open addressing resolution
  • Heap
  • Generic Queue
  • Generic Stack
  • Graph; matrix representation
  • Trie
  • BST

Algorithms

  • Bubble sort
  • Binary search (loop and recursive)
  • Merge sort
  • Quicksort

Other Functions, Riddles, Problems etc

  • findMax: Find max element
  • reverseString: Reverse a string (loop and recursive)
  • uniqueChar: Unique string - answers if all strings chars are unique
  • isPermutation: Is the other string a permutation
  • multi: Recursive multiplication
  • fibolichi: Fibonacci by loop
  • BinaryGap: Finds the longest zero sequence of a (binary represented) number
  • CyclicRotation: Shifts array to the right
  • OddOccInArray: Finds value that occures odd number of times in an array
  • Chips: Smallest integer that is missing from an int array
  • solution: Insert '5' to a number so the new number will be the biggest possible

About

Implementations of data structures, exercises, puzzles, problems and riddles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages