GithubHelp home page GithubHelp logo

eureka-viraj / competitive_programming Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 10 KB

This resource offers comprehensive solutions to questions, along with detailed explanations and corresponding code to aid your understanding. It serves as a valuable guide for addressing leetcode, CodeStudio and Codeforces questions and working with code effectively.

License: MIT License

C++ 100.00%

competitive_programming's Introduction

competitive_programming's People

Contributors

eureka-viraj avatar

Watchers

 avatar

competitive_programming's Issues

Request for Completing STL Functions in stl_vector(), stl_list(), and stl_deque()

Request for Completion of STL Functions

Description:

I kindly request the completion of specific STL functions in the codebase for the following data structures: stl_vector(), stl_list(), and stl_deque(). These functions are important for enabling more versatile and efficient use of these data structures in our project.

Requested Functions:

  1. Complete the stl_vector() class with essential STL functions, including but not limited to:

    • push_back()
    • pop_back()
    • insert()
    • erase()
    • size()
    • empty()
  2. Complete the stl_list() class with standard STL functions, such as:

    • push_front()
    • pop_front()
    • insert()
    • erase()
    • size()
    • empty()
  3. Complete the stl_deque() class with standard STL functions, including:

    • push_front()
    • pop_front()
    • push_back()
    • pop_back()
    • insert()
    • erase()
    • size()
    • empty()

Reference Number:

This issue is tracked as [Issue #1].

Additional Context:

Feel free to ask if you need any additional information or clarification. Thank you for considering this request, and I'm looking forward to the enhancement of our project.

[1] - Task assigned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.