Skip to content

bozturk43/kodluyoruzilkrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kodluyoruzilkrepo

Bu repo Kodluyoruz Front-End Eğitiminde oluşturduğumuz ilk repo. İçerisinde bir adet README dosyası, bir adet de index.html barındırıyor.

github

Installation

git clone https://github.com/bozturk43/kodluyoruzilkrepo.git

Insertion sorting proje

Proje 1

1-)[2,27,16,22,18,6]
2-)[2,6,16,22,18,27]
3-)[2,6,16,18,22,27]

Big-O = O(n)

18 Sayısı Average Case
1-)[3,7,5,8,2,9,4,15,16]
2-)[3,5,7,8,2,9,4,15,16]
3-)[3,5,2,8,7,9,4,15,16]
4-)[3,5,2,8,4,9,7,15,16]

Proje 2

1-)[16,21,11,8,12,22]
2-)[16,21,11],[8,12,22]
3-)[16],[21,11],[8],[12,22]
4-)[16],[21],[11],[8],[12],[22]
5-)[16],[11,21],[8],[12,22]
6-)[11,16,21],[8,12,22]
7-)[8,11,12,16,21,22]

Big-O O(nlogn)

Proje 3

binarytree

Usage

Projeyi cloneladıktan sonra Visual Studio Code programında açınız.

Linux için:

cd kodluyoruzilkrepo
code .

Contributing

Pull requestler kabul edilir. Büyük değişiklikler için, lütfen önce neyi değiştirmek istediğinizi tartışmak için bir konu açınız.

License

MIT

About

Kodluyoruz Eğitimi kapsamında açtığım ilk repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published