Develop a data type for a buffer in a text editor that implements the following API: public class Buffer Buffer() create an empty buffer void insert(char c) insert c at the cursor position char delete() delete and return the character at the cursor void left(int k) move the cursor k positions to the left void right(int k) move the cursor k positions to the right int size() number of characters in the buffer API for a text buffer Hint : Use two stacks

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Topic Video
Question

Develop a data type for a buffer in a text editor that implements the following API:
public class Buffer
Buffer() create an empty buffer
void insert(char c) insert c at the cursor position
char delete() delete and return the character at the cursor
void left(int k) move the cursor k positions to the left
void right(int k) move the cursor k positions to the right
int size() number of characters in the buffer
API for a text buffer
Hint : Use two stacks

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning