mertkoca ab60bdb062 Bubble Sort(Kabarcık Sıralama)
Bubble Sort(Kabarcık Sıralama) hakkkında bubble sort'un çalışma prensibi,algoritma analizi,en iyi-en kötü durum gibi bilgiler eklenmiştir.Bu pull request'e giren bir kişi bubble sort hakkında kolayca bilgi edinebilir.
Ayrıca algoritmada kullanılan swap işlemi hakkında da kod içinde nasıl çalıştığı bilgisi eklenmiştir.Bu işlemi tam anlaşılır hale getirmek içinde alt kısımda örnekle açıklanmıştır.Kod içinde de bazı yerlerde göze hoş gözükmesi için dizayn değişiklikleri yapıldı.
2019-05-14 14:08:21 +03:00
2018-03-13 04:36:21 +05:30
2018-03-16 23:15:22 +01:00
2018-04-18 18:09:35 +05:30
2017-12-26 16:29:37 +05:30
2019-05-14 14:08:21 +03:00
2019-02-09 15:58:35 +05:30
2017-10-08 20:08:04 +05:30
2017-10-17 17:31:21 +02:00

C++

This repository contains some useful algorithms and data structures.

Contribute

How you can contribute? See this small guide.

  • Use the directory structure of the repository.
  • Please describe your pull requests.
  • Don't use bits/stdc++.h because this is quite Linux specific and slows down the compiler process.
  • Put comments in your code.
  • Avoid struct. Instead use the class keyword.
  • Add some test cases in the main-function.
  • Can suggest any change in present algorithms(if needed).
Languages
C++ 98.6%
CMake 1.3%