Newbie's CP Train

Series on Data Structure in C++ for competitive programming especially for beginners. It will help you in learning from just one place as it consists theory part, with the best video tutorial and selected problems to enrich your learning.

> Published Today
https://www.codelabs3277.org/2020/07/newbies-cp-train.html?m=1

For all others articles in this series please visit the Series Homepage.

https://www.codelabs3277.org/p/data-structure.html

Thank You.

6 Likes

Session 1:
https://www.codelabs3277.org/2020/05/introduction-to-arrays-one-dimensional.html

1 Like

@praveen3277 Thanks a lot for such a great initiative. Really loved the content out there.
Could you please tell where you have hosted this site . Is it free to create and host site like this . I have a small project in web for college. Can I create website like this and host for free.

Please suggest I need to build a site and host for some project.
Thanks.

1 Like

@csk111165 to make your project website and to host it freely use heroku. I am using Google Blogger CMS ( Content Management System ).

1 Like

Session 2
https://www.codelabs3277.org/2020/05/multidimensional-array.html

Great website! Give JetBrains Mono or Roboto a try.

@souvikban Thank You.
Session 3

https://www.codelabs3277.org/2020/05/stack-data-structure-using-arrays.html

Session 4

https://www.codelabs3277.org/2020/05/Queue-Data-Structure-using-Arrays.html

Session 5
https://www.codelabs3277.org/2020/05/double-ended-queue-deque-using-arrays.html

Session 6
https://www.codelabs3277.org/2020/05/circular-queue-using-arrays.html

Ones we finish with linked list then we will be implementing Stack and Queue again with linked List.

Session 7
https://www.codelabs3277.org/2020/05/applications-of-stack-and-queue.html

1 Like

Session 8

https://www.codelabs3277.org/2020/03/linked-list.html

Session 9
https://www.codelabs3277.org/2020/05/doubly-linnked-list.html

Session 10:
https://www.codelabs3277.org/2020/05/circular-linked-list.html

Session 11:
https://www.codelabs3277.org/2020/06/hash-table-data-structure.html

Session 12:
https://www.codelabs3277.org/2020/05/binary-tree-data-structure.html

Video Course on Data Structure:
https://www.codelabs3277.org/2020/07/newbies-cp-train.html?m=1