stackup-dev / open-source-campaign

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

Data Structures #74

Open kadekastike opened 1 year ago

kadekastike commented 1 year ago

Name of Proposer

Kadek

Campaign Name

understand more about data structures in programming

Campaign Description

Number of Quests

2 quests (at least).

Quest 1 Summary

Quest 1 Learning Objectives

introduce the data structure to stackies.

Quest 1 Deliverables

Quiz

Quest 2 Summary

Quest 2 Learning Objectives

know more about example of data structures (e.g Linked List).

Quest 2 Deliverables

screenshot of source code and the output

Rishabh-25-code commented 1 year ago

I too think that Data Structure and Algorithm are a crucial part in someone's journey of coding and development. The following things can be added to make this campaign more helpful to the stackies:

  1. The campaign should be based on data structures as well as algorithms.
  2. It should contain more Quests on some important data structures and algorithms that are more often asked in interviews by companies it would help the stackies a lot in their future.
  3. The quests can have learning resources and some set of questions based on respective data structures and algorithms as deliverables.
  4. We have around 6-8 important data structures hence the campaign can contain individual quests for each data structures.
  5. In the end a quest based on best practices can be provided which will tell about the best methods to learn data structures and how to implement it the most effective way.