👩‍💻
LeetCode Practice
CtrlK
  • Introduction
    • Table of contents
  • Algorithm
    • DFS & BFS
    • Dynamic Programming
    • Iteration/Recursion
    • Two Pointers
    • Divide-and-Conquer
  • Data Structure
    • Hashing/Set
    • Linked List
    • Queue
    • Stack
    • Tree
  • Question Topics
    • Array
    • String
    • Backpack Questions
    • Subarray and Substring
    • Matrix
    • Permutation
    • Bit Operation
    • Operation
    • Duplicate
    • Median
    • N-Sum
    • No Extra Space
  • No-Category
  • Cheatsheet
    • Python Cheatsheet
  • Reminder
Powered by GitBook
On this page

Reminder

  • Long int:

    • C++: For integers, there are int, long int, and long long

      • https://stackoverflow.com/questions/18971732/what-is-the-difference-between-long-long-long-long-int-and-long-long-i

    • Python: https://stackoverflow.com/questions/2104884/how-does-python-manage-int-and-long

PreviousPython Cheatsheet

Last updated 14 days ago