fatihbaltaci
Co-Founder and CTO at @getanteon - Open-core, high-performance distributed observability platform focusing on K8s monitoring using eBPF and performance testing.
Repositories
Select a repository to view its commits, contributors, and more.RESTapi-Golang
RESTapi project with Go programming language
Survive-Or-Not
AnalysisOfAlgorithms
Analyzing different algorithms and compare their running times. Algorithms are: Matrix multiplication, Finding maximum element, Bubble sort algorithm, Quick sort algorithm and Binary search algorithm
WordLadder-GraphTheory
Shortest path between two words in a "word ladder" using Breath First Search with Java programming language.
Spring-Hibernate-Web-MVC-CRUD-Customer
It's a basic MVC project that connects to MySQL Database.
IsAnagramOrNot
Checks 2 strings are anagrams or not using HashMap. An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word anagram can be rearranged into "naga ram". Or for example, the word binary can be rearranged into "brainy". (Wikipedia)