GithubHelp home page GithubHelp logo

juzzrespecter / 42cc-ft_containers Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 212 KB

part of 42 common-core cursus, rewritting and complete implementation of some of the containers found in the c++ STL.

Makefile 0.95% C++ 99.05%
42 42born2code 42cursus cpp ft-containers

42cc-ft_containers's Introduction

ft_containers

part of 42 common-core cursus, rewritting and complete implementation of some of the containers found in the c++ STL

This project consists in the reimplementation of four c++ standard library containers and a series of helper classes and algorithms, with the aim of getting familiarized with the c++ standard code logic and methods (SFINAE, template argument deduction, use of iterators), which will allow us to start developing code in compliance with the c++98 std.
These reimplementations in the ft namespace, and their behaviour will be compared with their stl counterparts.

List of implemented containers

  • std::vector
  • std::map
  • std::stack
  • std::set
std::map y std::set have been implemented using red-black BST algorithm

List of implemented helper classes & algo.

  • std::iterator_traits
  • std::reverse_iterator
  • std::enable_if
  • std::is_integral
  • std::equal
  • std::lexicographical_compare
  • std::pair
  • std::make_pair

usage

make && ./ft_container_test

42cc-ft_containers's People

Contributors

juzzrespecter avatar

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.