stackup-dev / open-source-campaign

Repository for StackUp's Open Source Campaign
11 stars 50 forks source link

Data Structures And Algorithms #125

Open yesh069 opened 2 years ago

yesh069 commented 2 years ago

Name of Proposer

Yesh069

Campaign Name

Introduction Data Structure And Algorithms

Campaign Description

Learn and improve your logical reasoning by sloving the statements

Number of Quests

  1. Introduction to Algorithms And Data Structures
  2. Performing Linked Lists

Quest 1 Summary

Quest 1 Learning Objectives

By the end of this quest, you will be able to:

Quest 1 Deliverables

This quest has one deliverable.

Quest 2 Summary

Quest 2 Learning Objectives

By the end of this quest, you will be able to:

Quest 2 Deliverables

This quest has one deliverable.

MangiNikhil commented 2 years ago

Number of Quests

1.Introduction to Algorithms And Data Structures ( Linear and Non-linear Data Structures )

  1. implementation of Linear Data Structures (Arrays, LinkedList ,stacks and Queues)

Quest 1 Learning Objectives By the end of this quest, you will be able to:

1.What is Data Structures and Applications .

  1. linear and non-linear Data Structures .

Quest 2 Summary

Implementation of Arrays Implementation of Linked List Implementation of Stacks and Queues.

Quest 2 Learning Objectives By the end of this quest, you will be able to:

Linear Data Structures and their implementations

Quest 2 Deliverables This quest has one deliverable.

A screenshot of the outputs of the implementations as instructed

amrit8406 commented 2 years ago

The most important used concept in DSA is basically Pointer and recursion so there should be two more quest related to these, as if someone have command on these two he/she can excel whole DSA easily.

In both the quest there should be some material, tutorial videos and based on these One Quiz, For hand on practicing some coding Assignment may be also given.