Git Product home page Git Product logo

practice's Introduction

Data Science Practice

This repository includes all the practice questions, my answer code and example codes. In addition, interview questions and answers to these questions.

Coding practice

  1. Two sum: https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/two_sum.md
  2. Valid parentheses: https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/valid_parenthese.md
  3. Merge two sorted list (linked list): https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/merge_two_sorted_lists.md
  4. Best time to buy and sell stock: https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/best_time_to_buy_and_sell_stock.md
  5. Valid palindrome: https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/valid_palindrome.md
  6. Invert binary tree: https://github.com/YikiSu/interview_preparation/blob/main/coding_practice/invert_binary_tree.md
  7. Valid anagram: https://github.com/YikiSu/practice/blob/main/coding_practice/valid_anagram.md
  8. Binary search: https://github.com/YikiSu/practice/blob/main/coding_practice/binary_search.md
  9. Implement queue using stacks: https://github.com/YikiSu/practice/blob/main/coding_practice/implement_queue_using_stacks.md
  10. Ransom note: https://github.com/YikiSu/practice/blob/main/coding_practice/ransom_note.md
  11. Longest palindrome: https://github.com/YikiSu/practice/blob/main/coding_practice/longest_palindrome.md
  12. Longest substring without repeat: https://github.com/YikiSu/practice/blob/main/coding_practice/longest_substring_without_repeat.md
  13. Evaluation reverse polish notation: https://github.com/YikiSu/practice/blob/main/coding_practice/evaluate_reverse_polish_notation.md
  14. Merge strings alternately: https://github.com/YikiSu/practice/blob/main/coding_practice/merging_strings_alternately.md
  15. Greatest common divisor of string: https://github.com/YikiSu/practice/blob/main/coding_practice/greatest_common_divisor_of_string.md
  16. Kids with the greatest number of candies: https://github.com/YikiSu/practice/blob/main/coding_practice/kids_with_the_greatest_number_of_candies.md
  17. Can place flowers: https://github.com/YikiSu/practice/blob/main/coding_practice/can_place_flowers.md
  18. Reverse vowels of a string: https://github.com/YikiSu/practice/blob/main/coding_practice/reverse_vowels_of_a_string.md
  19. Reverse words in a string: https://github.com/YikiSu/practice/blob/main/coding_practice/reverse_words_in_a_string.md
  20. Product of arracy except self: https://github.com/YikiSu/practice/blob/main/coding_practice/product_of_array_except_self.md

practice's People

Contributors

yikisu 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.