Skip to content

pgonzbecer/snippet-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snippet Training

I will try to cover all these topics in 4 languages, C#, C++, and Java. If I have completed it, there should be a link to the executable, respective to the language. I will be doing the following:

  • Binary Tree: C# - Java - C++
  • HashTable: C# - Java - C++
  • Lists and Arrays
    • Sorting: C# - Java - C++
    • Removing duplication: C# - Java - C++
    • Quick search with sorted version
  • Permutation of strings
  • A thing that checks if you won Sudoku
  • Graphs: It's almost the same, but I have done some shortest path stuff here, with the source being here, it's near the bottom. It's Lee algorithm though.
    • A*
    • Dijkstra
  • AVL Tree

Bonus Stuff

  • Fibinacci Sequence
  • Any other sequences
  • Red-Black Trees
  • Factorials: C# - Java - C++

About

These are short snippets written in C#, C++, Java, and maybe JavaScript to help me with an interview with Google

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published