├── LICENSE ├── README.md └── facebook ├── add-two-numbers-as-lists.py ├── best-time-to-buy-and-sell-stocks-I.py ├── count-and-say.php ├── integer-to-roman.py ├── pretty-json.php ├── reverse-the-string.py ├── roman-to-integer.py ├── sort-by-color.py └── strstr.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/README.md -------------------------------------------------------------------------------- /facebook/add-two-numbers-as-lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/add-two-numbers-as-lists.py -------------------------------------------------------------------------------- /facebook/best-time-to-buy-and-sell-stocks-I.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/best-time-to-buy-and-sell-stocks-I.py -------------------------------------------------------------------------------- /facebook/count-and-say.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/count-and-say.php -------------------------------------------------------------------------------- /facebook/integer-to-roman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/integer-to-roman.py -------------------------------------------------------------------------------- /facebook/pretty-json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/pretty-json.php -------------------------------------------------------------------------------- /facebook/reverse-the-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/reverse-the-string.py -------------------------------------------------------------------------------- /facebook/roman-to-integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/roman-to-integer.py -------------------------------------------------------------------------------- /facebook/sort-by-color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/sort-by-color.py -------------------------------------------------------------------------------- /facebook/strstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaseMax/InterviewFAANG/HEAD/facebook/strstr.py --------------------------------------------------------------------------------