Skip to content

Commit

Permalink
Merge pull request #29 from JSGund/main
Browse files Browse the repository at this point in the history
Updated README file
  • Loading branch information
dextel2 committed Oct 8, 2021
2 parents b030182 + a8ffcfb commit 189581e
Showing 1 changed file with 55 additions and 9 deletions.
64 changes: 55 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,65 @@
8. Rust
<!-- Languages end here -->

*Good contributions are always welcome :)*
> Procedure for contributing:
- `Fork` this repository
- `Star` this repository
- `Clone` it to local desktop
- Make changes to in local environment
- `Commit` and `push` the new branch created
- Apply for `pull request`

# Algorithms and languages used
## C
1. Program to delete a node from AVL Tree
2. Program to implement EnQueue and DeQueue
3. Program to implement Stack
4. Program to implement Bubble Sort
5. Program to implement findng Maximum Heap

## C#
1. Program to implement Bubble Sort

## C++
1. Program to implement Bubble Sort
2. Program to implement Heap Sort
3. Program to implement Insertion Sort
4. Program to implement Quick Sort
5. Program to implement Selection Sort
6. Program to implement Create Stack
7. Program to implement Cycle in linked list
8. Program to implement Double linked list
9. Program to check Linked list is palindrome

## Go
1. Program to implement AVL Tree
2. Program to check Number is Armstrong or Not
3. Program to implement Bubble Sort
4. Program to implement Insertion Sort
5. Program to implement Lenear Search
6. Program to implement Merge Sort
7. Program to implement Quick Sort

## Java
1. Program to implement Recursive
2. Program to implement Bubble Sort
3. Program to implement Lenear Search

## JavaScript
1. Program to implement Binary Search
2. Program to implement Bubble Sort
3. Program to implement Insertion Sort
4. Program to implement Lenear Search
5. Program to implement Linked List
6. Program to implement Merge Sort
7. Program to implement Selection Sort
8. Program to implement Stack

## Python
1. Program to convert date to timestamp
2. Program to check the Leap year
3. Program to implement Sum triangle

## Rust


# *Good contributions are always welcome :)*
> Procedure for contributing:
- `Fork` this repository
- `Star` this repository
- `Clone` it to local desktop
- Make changes to in local environment
- `Commit` and `push` the new branch created
- Apply for `pull request`

0 comments on commit 189581e

Please sign in to comment.