Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of all C++ Standard Template Library (STL) #4339

Open
victoryTech opened this issue Feb 26, 2020 · 13 comments
Open

Implementation of all C++ Standard Template Library (STL) #4339

victoryTech opened this issue Feb 26, 2020 · 13 comments

Comments

@victoryTech
Copy link

The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms, and iterators. It is a generalized library and so, its components are parameterized. Working knowledge of template classes is a prerequisite for working with STL.

This help for newbie Student and worker to get all material and source related to Standard template library and help them for Competitive programming and Programming Skills.
As we know for qualifying any coding round we need coding skills and it's comes when we have good knowledge of data structures with respective standard template function

The focus of our project is to enable programmers to work offline at a longer stretch and reduce the time spent on searching.

@victoryTech
Copy link
Author

Hello Everyone,
I want to work on this issue as a part of GSSoC'20.

@Ninjavin
Copy link

Since C++ STL is too big a library to be implemented by a single contributor, I would also like to contribute to this.

@SimranMakhija7
Copy link

I would also like to contribute to the issue as a part of GSSoC'20

@Aakansha99
Copy link

I would also like to contribute to the issue as a part of GSSoC'20, could you please assign it to me

@AjaySharma132
Copy link
Contributor

I am interested in this issue and want to work on it as a part of gssoc'20.

@AjaySharma132
Copy link
Contributor

I have a doubt: we only need to implement all the C++ standard template library Or we also have to describe them.

@Satzyakiz
Copy link

I want to contribute to this issue as a part of GSSoC 2020.

@Srashtimittal
Copy link

I want to contribute to this issue as a part of gssoc2020

@GarvTambi
Copy link

hi, @AdiChat @Lechenco @souvik3333 @vikram2000b @arnavb @biekymahato I want to contribute to this issue as a part of gssoc2020

@mehakmalhotra1
Copy link
Contributor

I want to contribute to this issue as a part of GSSoC 2020.

@atrip10
Copy link
Contributor

atrip10 commented Mar 2, 2020

I would like to contribute to this issue as a part of GSSoC 2020

@Ankit152
Copy link
Contributor

i would like to contribute to this issue as a part of GSSoC 2020.

@arnavb
Copy link
Member

arnavb commented Mar 23, 2020

All the people who commented above can contribute if they would like. Anyone have any ideas as to what directory this should be placed in and how it should be organized?

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

No branches or pull requests