https://github.com/devdogukan/arraylist
https://github.com/devdogukan/arraylist
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devdogukan/arraylist
- Owner: devdogukan
- License: apache-2.0
- Created: 2022-08-30T13:23:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:18:49.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:24:22.163Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **ArrayList**
### **ArrayList, static olmayan ve yapılan işlemelere göre boyutu artan veya azalan bir yapıdır.**
> ## **Kullanılan fonksiyonlar**
### **`add`**
### **`insert`**
### **`print`**
### **`indexOf`**
### **`get`**
### **`isEmpty`**
### **`remove`**
### **`pop`**
### **`copy`**
### **`contains`**
### **`counter`**
### **`clear`**
### **`front`**
### **`back`**
### **`end`**
### **`begin`**
### **`growth`**
### **`shrink`**
### **`reset`**
> # **Kullanım örnekleri**

> ## **`add` fonksiyonu**

> ## **`insert` fonksiyonu**

> ## **`indexOf` fonksiyonu**

> ## **`get` fonksiyonu**

> ## **`isEmpty` fonksiyonu**

> ## **`remove` fonksiyonu**

> ## **`pop` fonksiyonu**

> ## **`copy` fonksiyonu**

> ## **`clear` fonksiyonu**

## Güncellemeler
## v1.1
📌 İki yeni `insert` methodu eklendi. *Test aşamasındalar*.
📌 `remove` fonksiyonu negative index ile çalışır hale geldi.
## v1.2
📌 v1.1 sürümünde eklenen `insert` methodlarının hataları düzeltildi.
## v1.3
📌 v1.1 sürümünde eklenen `insert` methodlari daha kararlı hale getirildi.
## v1.4
📌 `pop`, `copy`, `contains` ve `counter` fonksiyonlari eklendi.
📌 `remove` ile `pop` fonksiyonlari gorevlerini degiştiler.