extends ubuntu GUI disk tools
resize Gui tools
:::warning
if can't resize it , please umount will resize partion disk example commands
$ umount /dev/sda3
:::
icewindful changed 2 years agoView mode Like Bookmark
★★★★★ Build NextJS TSX base folder and file use IMAGE
1. base folder pages (filefolder)
:::info
mkdir pages
cd pages
touch index.tsx
add text in index.tsx
:::success
icewindful changed 2 years agoView mode Like Bookmark
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
using std::vector;
using std::unordered_map;
using namespace std;
class BaseVectorPrint {
public:
icewindful changed 2 years agoView mode Like Bookmark
Memoization methods
class Solution {
public:
int dp[1000 + 1][1000 + 1];
int maxLen(string& s1, string& s2, int n, int m)
{
if (n == 0 || m == 0)
return 0;
icewindful changed 2 years agoView mode Like Bookmark
You are climbing a staircase. It takes n steps to reach the top.
Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
Example 1:
Input: n = 2
Output: 2
Explanation: There are two ways to climb to the top.
icewindful changed 2 years agoView mode Like Bookmark
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
using std::vector;
using std::unordered_map;
using namespace std;
class BaseVectorPrint {
public:
icewindful changed 2 years agoView mode Like Bookmark
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
#include <bitset>
using std::vector;
using std::unordered_map;
using namespace std;
class BaseVectorPrint {
icewindful changed 2 years agoView mode Like Bookmark
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
using std::vector;
using std::unordered_map;
using namespace std;
class BaseVectorPrint {
public:
icewindful changed 2 years agoView mode Like Bookmark
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
using std::vector;
using std::unordered_map;
using namespace std;
class BaseVectorPrint {
public:
icewindful changed 2 years agoView mode Like Bookmark
Vscode be run code
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <unordered_map>
using std::vector;
//using std::unordered_map;
using std::unordered_set;
using namespace std;
icewindful changed 2 years agoView mode Like Bookmark