Skip to content

Create sort_search.c - #40

Merged
Bijay555 merged 3 commits into
Bijay555:mainfrom
Pratyushraj2121:main
Nov 15, 2020
Merged

Create sort_search.c#40
Bijay555 merged 3 commits into
Bijay555:mainfrom
Pratyushraj2121:main

Conversation

@Pratyushraj2121

@Pratyushraj2121 Pratyushraj2121 commented Oct 6, 2020

Copy link
Copy Markdown
Contributor

I have uploaded my file which consists of the following codes:

  1. Sorting: Selection Sort, Insertion Sort, Merge Sort, Quick Sort.
  2. Searching: Linear Search, Binary Search (using merge sorting).
  3. Trees: Postorder, Preorder and Inorder traversal. Inorder traversal will also give you the sorted list.

Thank You!

I have uploaded my file which consists of the following codes:
1) Sorting: Selection Sort, Insertion Sort, Merge Sort, Quick Sort
2) Searching: Linear Search, Binary Search (using merge sorting)
3)Trees: Postorder, Preorder and Inorder traversal.  Inorder traversal will also give you the sorted list.

Thank You!
@Bijay555

Bijay555 commented Oct 7, 2020

Copy link
Copy Markdown
Owner

@Pratyushraj2121 can you make all these separate file. Also the tree related algos should go to tree algorithm folder and sorting to sorting algorithm. So arrange it

@Bijay555 Bijay555 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make all these separate file. Also the tree related algos should go to tree algorithm folder and sorting to sorting algorithm. So arrange it

As changes requested. I have put algos of BST in trees

Thank You!
@Pratyushraj2121

Copy link
Copy Markdown
Contributor Author

I made all the changes that were requested. Can you please look into it.

Thank You!

As asked I have put my BST algo in the tree file. 
I used C language.

Thank you!
@Pratyushraj2121

Copy link
Copy Markdown
Contributor Author

Sir,
As suggested to me, I made all separated files now.
#126 Four Sorting techniques
#127 Sorting in Binary Tree

Please look into it and merge!

Thank You!

@Bijay555
Bijay555 merged commit 6cd1af6 into Bijay555:main Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants