From 883525e0caf14f260912b92b3a6d3071413baf86 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 31 Aug 2024 09:29:25 +0300 Subject: [PATCH] Improved tasks 1-5 --- src/main/rust/g0001_0100/s0001_two_sum/readme.md | 4 ++-- src/main/rust/g0001_0100/s0002_add_two_numbers/readme.md | 4 ++-- .../readme.md | 4 ++-- .../g0001_0100/s0004_median_of_two_sorted_arrays/readme.md | 4 ++-- .../g0001_0100/s0005_longest_palindromic_substring/readme.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/rust/g0001_0100/s0001_two_sum/readme.md b/src/main/rust/g0001_0100/s0001_two_sum/readme.md index 731a595..a3d6443 100644 --- a/src/main/rust/g0001_0100/s0001_two_sum/readme.md +++ b/src/main/rust/g0001_0100/s0001_two_sum/readme.md @@ -1,5 +1,5 @@ -[![](https://img.shields.io/github/stars/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir) -[![](https://img.shields.io/github/forks/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir/fork) +[![](https://img.shields.io/github/stars/LeetCode-in-Rust/LeetCode-in-Rust?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust) +[![](https://img.shields.io/github/forks/LeetCode-in-Rust/LeetCode-in-Rust?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust/fork) ## 1\. Two Sum diff --git a/src/main/rust/g0001_0100/s0002_add_two_numbers/readme.md b/src/main/rust/g0001_0100/s0002_add_two_numbers/readme.md index 4ac4bf8..0547f4c 100644 --- a/src/main/rust/g0001_0100/s0002_add_two_numbers/readme.md +++ b/src/main/rust/g0001_0100/s0002_add_two_numbers/readme.md @@ -1,5 +1,5 @@ -[![](https://img.shields.io/github/stars/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir) -[![](https://img.shields.io/github/forks/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir/fork) +[![](https://img.shields.io/github/stars/LeetCode-in-Rust/LeetCode-in-Rust?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust) +[![](https://img.shields.io/github/forks/LeetCode-in-Rust/LeetCode-in-Rust?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust/fork) ## 2\. Add Two Numbers diff --git a/src/main/rust/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md b/src/main/rust/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md index 308662d..2b567f3 100644 --- a/src/main/rust/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md +++ b/src/main/rust/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md @@ -1,5 +1,5 @@ -[![](https://img.shields.io/github/stars/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir) -[![](https://img.shields.io/github/forks/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir/fork) +[![](https://img.shields.io/github/stars/LeetCode-in-Rust/LeetCode-in-Rust?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust) +[![](https://img.shields.io/github/forks/LeetCode-in-Rust/LeetCode-in-Rust?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust/fork) ## 3\. Longest Substring Without Repeating Characters diff --git a/src/main/rust/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md b/src/main/rust/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md index b59ff8c..3cd2a07 100644 --- a/src/main/rust/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md +++ b/src/main/rust/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md @@ -1,5 +1,5 @@ -[![](https://img.shields.io/github/stars/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir) -[![](https://img.shields.io/github/forks/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir/fork) +[![](https://img.shields.io/github/stars/LeetCode-in-Rust/LeetCode-in-Rust?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust) +[![](https://img.shields.io/github/forks/LeetCode-in-Rust/LeetCode-in-Rust?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust/fork) ## 4\. Median of Two Sorted Arrays diff --git a/src/main/rust/g0001_0100/s0005_longest_palindromic_substring/readme.md b/src/main/rust/g0001_0100/s0005_longest_palindromic_substring/readme.md index 892dddb..1518ffe 100644 --- a/src/main/rust/g0001_0100/s0005_longest_palindromic_substring/readme.md +++ b/src/main/rust/g0001_0100/s0005_longest_palindromic_substring/readme.md @@ -1,5 +1,5 @@ -[![](https://img.shields.io/github/stars/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir) -[![](https://img.shields.io/github/forks/LeetCode-in-Elixir/LeetCode-in-Elixir?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Elixir/LeetCode-in-Elixir/fork) +[![](https://img.shields.io/github/stars/LeetCode-in-Rust/LeetCode-in-Rust?label=Stars&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust) +[![](https://img.shields.io/github/forks/LeetCode-in-Rust/LeetCode-in-Rust?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Rust/LeetCode-in-Rust/fork) ## 5\. Longest Palindromic Substring