
dsa Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
U.S. sanctioned European "censorship figures" including the architect of the Digital Services Act (DSA)
Die USA haben jetzt den ehemaligen EU-Kommissar Thierry Breton, den Architekten des DSA, und weitere Personen von NGOs sanktioniert und ihnen die Einreise in die
- →
EU vs X Round 2: US Trade Representative threatens EU companies, EU regulation specifically targeting US BigTech.
Der Streit wegen der 120 Millionen Euro Strafe gegen X geht in die nächste Runde. X wurde wegen drei Verstößen gegen den DSA verurteilt, aber offiziell nicht wegen
- →
EU vs X. This is brutal. Officially, the EU commission fined X €120m because of "deceptive" blue ticks, not lack of censorship. These are the 3 reasons X was fined.
EU vs X und Elon Musk. Das ist brutal. Offiziell, hat die EU-Kommission eine 120 Millionen Euro-Strafe gegen X (und Elon Musk persönlich) verhängt, nicht wegen zu
- →
Istuin kahvilassa Tampereella
Istuin kahvilassa Tampereella ja kuulin, kun viereisessä pöydässä joku puhui kryptokaupasta. Hän mainitsi The Mega Money Wheel Trading ja päätin katsoa, mistä oli
- →
Wpadłem na reklamę
Wpadłem na reklamę tej strony podczas przeglądania Facebooka i z ciekawości kliknąłem. Od razu zauważyłem przejrzysty układ i spory wybór gier – w Polsce często
- →
EU warns Shein with fines for misleading practices like fake discounts, price ...
... manipulation, and greenwashing! Belgium, France, and others are cracking down for better consumer protection. ⚠️🛑 #Shein #EU #ConsumerRights #DSA
- →
DSA (Medium) - Graph - Keys and Rooms (Python, Typescript & Go)
There are n rooms labeled from 0 to n - 1 and all the rooms are locked except for room 0. Your goal is to visit all the rooms. However, you cannot enter a locked
- →
DSA (Medium) - Binary Search Tree - Delete Node in a BST (Python, Typescript & Go)
Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of the BST. Basically,
- →
DSA (Easy) - Binary Search Tree - Search in a Binary Search Tree (Python, Typescript & Go)
You are given the root of a binary search tree (BST) and an integer val. Find the node in the BST that the node's value equals val and return the subtree rooted
- →
DSA (Medium) - Binary Tree - Maximum Level Sum of a Binary Tree (Python, Typescript & Go)
Given the root of a binary tree, the level of its root is 1, the level of its children is 2, and so on. Return the smallest level x such that the sum of all the
- →
DSA (Medium) - General - Print A Diamond Shape (Typescript, Python & Rust)
Given the following shape: [LOG]: " A" [LOG]: " B B" [LOG]: " C C" [LOG]: " D D" [LOG]: " E E" [LOG]: "F F"
- →
DSA (Medium) - Binary Tree - Binary Tree Right Side View (Typescript, Python & Rust)
Given the root of a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. Example
- →
DSA (Medium) — Binary Tree — Lowest Common Ancestor of a Binary Tree (Python, Typescript & Rust)
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “The lowest common ancestor
- →
F*ck Leetcode! Why Roy’s Story Matters
Today, let’s dive into something that’s been buzzing around the tech world: the case of Roy and why it’s a wake-up call for our industry. This 21-year-old has
- →
DSA (Medium) — Linked List — Maximum Twin Sum of a Linked List (Python, Typescript & Go)
In a linked list of size n, where n is even, the ith node (0-indexed) of the linked list is known as the twin of the (n-1-i)th node, if 0 <= i <= (n / 2) -
- →
DSA (Medium) — Binary Tree — Count Good Nodes in Binary Tree (Python, Typescript & Rust)
Source: Leetcode.com Given a binary tree root, a node X in the tree is named good if in the path from root to X there are no nodes with a value greater than X. Return
- →
DSA (Medium) —Linked List — Odd Even Linked List (Python, Typescript & Go)
Given the head of a singly linked list, group all the nodes with odd indices together followed by the nodes with even indices, and return the reordered list. The
- →
How To Reverse Words in a String (Python, Typescript and Go)
Write a function that takes a string as input and returns a new string with the words in reverse order. Words are sequences of non-space characters and are separated
- →
How To Know If Two Vectors Are Colinear? (Python)
“Collinearity of vectors is the silent language of geometry, where lines speak in unison and points align with purpose.” — Unknown In the exciting world of linear
- →
Interviewer: Kids With the Greatest Number of Candies (Typescript, Python, Go)
You have n children, each with a certain number of candies. The number of candies each child has is given in the integer array candies, where candies[i] is the number
Leave dsa Tag Posts Index to discover