Code Monkey home page Code Monkey logo

hxtl's People

Contributors

kimhxsong avatar

Watchers

 avatar

hxtl's Issues

Fix containers

TEST RESULT:

# ****************************************************************************** #
#                                                                                #
#                                :::   :::   :::                                 #
#                              :+:+: :+:+:  :+: :+:                              #
#                            +:+ +:+:+ +:+ +:+                                   #
#                           +#+  +:+  +#+ +#+ +#+                                #
#                          +#+       +#+ +#+ #+#                                 #
#                         #+#       #+# #+# #+#                                  #
#                        ###       ### ### ###  containers_test                  #
#                                                                                #
# ****************************************************************************** #
                                  vector
vector/assign.cpp                  : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/at.cpp                      : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/at_const.cpp                : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/bidirect_it.cpp             : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/copy_construct.cpp          : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/erase.cpp                   : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/insert.cpp                  : COMPILE: ✅ | RET: ✅ | OUT: ❌ | STD: [Y]
vector/insert2.cpp                 : COMPILE: ✅ | RET: ✅ | OUT: ❌ | STD: [Y]
vector/ite.cpp                     : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/ite_arrow.cpp               : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/ite_eq_ope.cpp              : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/ite_n0.cpp                  : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
vector/ite_n00.cpp                 : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
vector/ite_n1.cpp                  : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
vector/push_pop.cpp                : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/relational_ope.cpp          : COMPILE: ✅ | RET: ✅ | OUT: ❌ | STD: [Y]
vector/rev_ite_construct.cpp       : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/rite.cpp                    : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/rite2.cpp                   : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/rite_arrow.cpp              : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/rite_eq_ope.cpp             : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
vector/size.cpp                    : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
vector/swap.cpp                    : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
                                     map
map/bounds.cpp                     : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/comp.cpp                       : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/copy_construct.cpp             : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/empty.cpp                      : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/erase.cpp                      : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/erase2.cpp                     : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/find_count.cpp                 : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/insert.cpp                     : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/insert2.cpp                    : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/ite_arrow.cpp                  : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/ite_n0.cpp                     : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
map/ite_n1.cpp                     : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
map/ite_type.cpp                   : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [N]
map/more.cpp                       : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/op_sqbr.cpp                    : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/relational_ope.cpp             : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/rev_ite_construct.cpp          : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/rite.cpp                       : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/rite_arrow.cpp                 : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/swap.cpp                       : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/tricky_construct.cpp           : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
map/tricky_erase.cpp               : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
                                   stack
stack/default.cpp                  : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
stack/default_copy.cpp             : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
stack/list_copy.cpp                : COMPILE: ✅ | RET: ✅ | OUT: ✅ | STD: [Y]
stack/relational_ope.cpp           : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]
stack/relational_ope_list.cpp      : COMPILE: ❌ | RET: ❌ | OUT: ❌ | STD: [Y]

Reimplement <map>

Todo

  • __tree.hpp .tpp
  • __tree_iterator.hpp .tpp
  • __tree_iterator_unittest.cpp
  • __map.hpp .tpp
  • __map_iterator.hpp .tpp

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.