Coder Social home page Coder Social logo

royzon / 30-seconds-of-cpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bhupesh-v/30-seconds-of-cpp

0.0 1.0 0.0 1.5 MB

30 Seconds of C++ (STL in C++). Read More about 30C++ here πŸ‘‰

Home Page: https://bhupesh.codes/30-Seconds-of-C++/

License: MIT License

C++ 88.58% Makefile 2.94% Python 8.48%

30-seconds-of-cpp's Introduction

30 Seconds of C++

30 Seconds Of Standard Template Library in C++



A collection of C++ STL features (functions/libraries) which can be learned in 30 seconds or less


Codacy Badge PRs Welcome LICENSE Build Status CodeFactor Open Source Helpers GitHub contributors


Header Files


Algorithm

View contents
  1. accumulate
  2. adjacent_difference
  3. adjacent_find
  4. all_of
  5. any_of
  6. binary_search
  7. clamp
  8. copy
  9. copy_backward
  10. copy_if
  11. copy_n
  12. count
  13. count_if
  14. equal
  15. equal_range
  16. fill
  17. find
  18. find_first_of
  19. find_if
  20. find_if_not
  21. for_each
  22. for_each_n
  23. generate
  24. includes
  25. iota
  26. is_heap
  27. is_permutation
  28. is_sorted
  29. iter_swap
  30. lexicographical_compare
  31. linear_search
  32. lower_bound
  33. make_heap
  34. max
  35. max_element
  36. merge
  37. min
  38. min_element
  39. minimax_element
  40. minmax
  41. minmax_element
  42. mismatch
  43. move
  44. next_permutation
  45. none_of
  46. nth_element
  47. partition
  48. pop_heap
  49. prev_permutation
  50. push_heap
  51. random_shuffle
  52. remove
  53. remove_copy
  54. remove_copy_if
  55. remove_if
  56. replace
  57. replace_copy
  58. replace_copy_if
  59. replace_if
  60. reverse
  61. reverse_copy
  62. rotate
  63. search
  64. search_n
  65. set_difference
  66. set_intersection
  67. set_union
  68. shuffle
  69. sort
  70. stable_sort
  71. swap
  72. transform
  73. transform_reduce
  74. unique
  75. upper_bound

List

View contents
  1. assign
  2. back
  3. begin
  4. cbegin
  5. cend
  6. clear
  7. crbegin
  8. crend
  9. emplace
  10. emplace_back
  11. empty
  12. end
  13. erase
  14. front
  15. insert
  16. merge
  17. pop_front
  18. rbegin
  19. remove
  20. rend
  21. resize
  22. reverse
  23. size
  24. sort
  25. splice
  26. swap
  27. unique

Map

View contents
  1. begin
  2. cbegin
  3. cend
  4. clear
  5. contains
  6. count
  7. crbegin
  8. crend
  9. emplace
  10. emplace_hint
  11. empty
  12. end
  13. erase
  14. find
  15. insert
  16. lower_bound
  17. max_size
  18. rbegin
  19. rend
  20. size
  21. swap
  22. upper_bound

Queue

View contents
  1. back
  2. emplace
  3. empty
  4. front
  5. pop
  6. push
  7. queue
  8. size
  9. swap

Set

View contents
  1. begin
  2. cbegin
  3. cend
  4. clear
  5. count
  6. emplace
  7. emplace_hint
  8. empty
  9. end
  10. equal_range
  11. erase
  12. find
  13. insert
  14. lower_bound
  15. max_size
  16. rbegin
  17. rend
  18. size
  19. swap
  20. upper_bound

Stack

View contents
  1. emplace
  2. empty
  3. pop
  4. push
  5. size
  6. swap
  7. top

Unordered_map

View contents
  1. count
  2. erase
  3. find
  4. insert
  5. size

Vector

View contents
  1. Vector
  2. assign
  3. at
  4. back
  5. begin
  6. capacity
  7. cbegin
  8. cend
  9. clear
  10. crbegin
  11. data
  12. emplace
  13. emplace_back
  14. empty
  15. end
  16. erase
  17. front
  18. get_allocator
  19. insert
  20. max_size
  21. pop_back
  22. push_back
  23. rbegin
  24. rend
  25. reserve
  26. resize
  27. shrink_to_fit
  28. size
  29. sort
  30. swap

πŸ—£οΈ Community

Join other C++ enthusiasts on

🌐 30 Seconds of Knowledge

Experience 30 Seconds of C++ as a Web Extension built by Stefan Petrovic

  • A big thanks to Shriam Kaushik for the lovely new logo ❀️

Author

πŸ‘€ Bhupesh Varshney

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

πŸ‘‹ Contributing

Please read the updated CONTRIBUTING for the process for submitting pull requests to us.

30-seconds-of-cpp's People

Watchers

 avatar

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.