Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README and composer.json files #12

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
Aqui está o README atualizado para o projeto **KaririCode\DataStructure**, com base na revisão das classes e estruturas de dados fornecidas:

---

# KaririCode Framework: DataStructure Component
# KaririCode Framework: Data Structure Component

[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md)
[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](README.pt-br.md)
Expand All @@ -11,7 +7,7 @@ Aqui está o README atualizado para o projeto **KaririCode\DataStructure**, com
![Composer](https://img.shields.io/badge/Composer-885630?style=for-the-badge&logo=composer&logoColor=white)
![Data Structures](https://img.shields.io/badge/Data_Structures-E74C3C?style=for-the-badge&logo=data-structures&logoColor=white)

The **KaririCode DataStructure** component provides a collection of advanced data structures implemented in PHP, designed with strong typing and object-oriented principles. It includes implementations for various common structures like dynamic arrays, linked lists, heaps, queues, maps, sets, and stacks.
The **KaririCode Data Structure** component provides a collection of advanced data structures implemented in PHP, designed with strong typing and object-oriented principles. It includes implementations for various common structures like dynamic arrays, linked lists, heaps, queues, maps, sets, and stacks.

## Features

Expand Down
4 changes: 2 additions & 2 deletions README.pt-br.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KaririCode Framework: DataStructure Component
# KaririCode Framework: Data Structure Component

[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md)
[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](README.pt-br.md)
Expand All @@ -7,7 +7,7 @@
![Composer](https://img.shields.io/badge/Composer-885630?style=for-the-badge&logo=composer&logoColor=white)
![Estruturas de Dados](https://img.shields.io/badge/Estruturas_de_Dados-E74C3C?style=for-the-badge&logo=data-structures&logoColor=white)

O **KaririCode DataStructure** é um componente que fornece uma coleção de estruturas de dados avançadas implementadas em PHP, com foco em tipagem forte e princípios de programação orientada a objetos. Ele inclui implementações de diversas estruturas comuns, como arrays dinâmicos, listas encadeadas, heaps, filas, mapas, conjuntos e pilhas.
O **KaririCode Data Structure** é um componente que fornece uma coleção de estruturas de dados avançadas implementadas em PHP, com foco em tipagem forte e princípios de programação orientada a objetos. Ele inclui implementações de diversas estruturas comuns, como arrays dinâmicos, listas encadeadas, heaps, filas, mapas, conjuntos e pilhas.

## Funcionalidades

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kariricode/data-structure",
"description": "The KaririCode DataStructure component provides advanced data structures such as lists, stacks, queues, maps, and sets in PHP. It offers efficient implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap, optimized for performance and designed with strong typing and object-oriented principles.",
"description": "The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.",
"keywords": [
"data structures",
"php",
Expand Down
Loading