arfy slowy

Results 28 issues of arfy slowy

### Checklist - [x] I've tested that my changes are compatible with the latest version of Tensorflow. - [x] I've read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I've updated the documentation...

## description fix typo spelling grammar, and replace to correct words

fix typo speling grammar on documentation

## description update penambahan implementasi struktur data pada python note: issue ini akan dimulai setelah issue yang lama sudah diselesaikan folder : ``struktur_data`` - binary tree - [x] avl_tree -...

enhancement
wait

###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [x] The toolchain has been rebuilt successfully...

heap sorting mirip dengan selection sorting, perbedaannya kalo heap mengambil data yang besar,sedangkan selection sort mengambil data yang terkecil

better project with following style guide from [PEP8 python code style](https://peps.python.org/pep-0008/), so i create some formatter configuration with [precommit](https://pre-commit.com/). for sample configuration can use: ``` repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev:...

i do several improving in ``ghunt/helpers/auth.py`` including: - used list comprehension to finding the missing keywords in the response - improved error message to include the missing keywords - adding...

In JavaScript, if a variable is used in a function but not declared as a local variable, it becomes a global variable by default. This can have unintended consequences: unlike...

## Description penambahan algoritma sorting: - [x] bead sorting - [x] bubble sort - [x] pop sort - [x] quick sort - [x] #295 - [x] bitonic sort - [...

enhancement
good first issue